#429022

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

Shades of La Palma #429022

Tints of La Palma #429022

Color information

#429022 (or 0x429022) is unknown color: approx La Palma. HEX triplet: 42, 90 and 22. RGB value is (66,144,34). Sum of RGB (Red+Green+Blue) = 66+144+34=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #429022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429022 is #BD6FDD. Grayscale: #6C6C6C. Windows color (decimal): -12414942 or 2265154. OLE color: 2265154.

HSL color Cylindrical-coordinate representation of color #429022: hue angle of 102.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #429022 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB6614434-
CMYK0.5400.760.44
HSL102.55º61.8%34.9%-
HSV(B)102.55º76.39%56.47%-
XYZ12.5121.224.95-
YUV108.1486.1697.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 144 (56.64% from 255) = 59.02%
BLUE value IS 34 (13.67% from 255) = 13.93%
R=27.05%
G=59.02%
B=13.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144340.5400.760.44102.5561.834.9
Hex4290223604C2C673e23
Octal10222042660114541477643
Binary100001010010000100010110110010011001011001100111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429022; }

 p { color: rgb(66,144,34); }

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

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

 a { background-color: rgb(66,144,34); }

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

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

 span { border-color: rgb(66,144,34); }

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