#459320

Color #459320 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #459320

Tints of La Palma #459320

Color information

#459320 (or 0x459320) is unknown color: approx La Palma. HEX triplet: 45, 93 and 20. RGB value is (69,147,32). Sum of RGB (Red+Green+Blue) = 69+147+32=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #459320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459320 is #BA6CDF. Grayscale: #6E6E6E. Windows color (decimal): -12217568 or 2134853. OLE color: 2134853.

HSL color Cylindrical-coordinate representation of color #459320: hue angle of 100.7º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #459320 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB6914732-
CMYK0.5300.780.42
HSL100.7º64.25%35.1%-
HSV(B)100.7º78.23%57.65%-
XYZ13.1522.244.97-
YUV110.5783.6698.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 147 (57.81% from 255) = 59.27%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=27.82%
G=59.27%
B=12.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147320.5300.780.42100.764.2535.1
Hex4593203504E2A654023
Octal105223406501165214510043
Binary1000101100100111000001101010100111010101011001011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459320; }

 p { color: rgb(69,147,32); }

 H1.HeaderClassName
 {
   color: #459320;
 }
 .AnyTagClassName
 {
   color: #459320;
 }
</style>
background-color css

<style>
 a { background-color: #459320; }

 a { background-color: rgb(69,147,32); }

 div.DivClassName
 {
   background-color: #459320;
 }
 .BgClassName
 {
   background-color: #459320;
 }
</style>
border-color css

<style>
 span { border-color: #459320; }

 span { border-color: rgb(69,147,32); }

 td.TdClassName
 {
   border-color: #459320;
 }
 .TagClassName
 {
   border-color: #459320;
 }
</style>