#429416

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

Shades of La Palma #429416

Tints of La Palma #429416

Color information

#429416 (or 0x429416) is unknown color: approx La Palma. HEX triplet: 42, 94 and 16. RGB value is (66,148,22). Sum of RGB (Red+Green+Blue) = 66+148+22=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #429416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429416 is #BD6BE9. Grayscale: #6D6D6D. Windows color (decimal): -12413930 or 1479746. OLE color: 1479746.

HSL color Cylindrical-coordinate representation of color #429416: hue angle of 99.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #429416 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB6614822-
CMYK0.5500.850.42
HSL99.05º74.12%33.33%-
HSV(B)99.05º85.14%58.04%-
XYZ12.9822.44.4-
YUV109.1278.8397.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 148 (58.20% from 255) = 62.71%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=27.97%
G=62.71%
B=9.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66148220.5500.850.4299.0574.1233.33
Hex429416370552A634a21
Octal102224266701255214311241
Binary100001010010100101101101110101010110101011000111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429416; }

 p { color: rgb(66,148,22); }

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

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

 a { background-color: rgb(66,148,22); }

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

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

 span { border-color: rgb(66,148,22); }

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