#429211

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

Shades of La Palma #429211

Tints of La Palma #429211

Color information

#429211 (or 0x429211) is unknown color: approx La Palma. HEX triplet: 42, 92 and 11. RGB value is (66,146,17). Sum of RGB (Red+Green+Blue) = 66+146+17=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 146 (57.42% from 255 or 63.76% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 146 - color contains mainly: green. Hex color #429211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429211 is #BD6DEE. Grayscale: #6B6B6B. Windows color (decimal): -12414447 or 1151554. OLE color: 1151554.

HSL color Cylindrical-coordinate representation of color #429211: hue angle of 97.21º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #429211 is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB6614617-
CMYK0.5500.880.43
HSL97.21º79.14%31.96%-
HSV(B)97.21º88.36%57.25%-
XYZ12.6321.764.06-
YUV107.377798.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 146 (57.42% from 255) = 63.76%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=28.82%
G=63.76%
B=7.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146170.5500.880.4397.2179.1431.96
Hex429211370582B614f20
Octal102222216701305314111740
Binary100001010010010100011101110101100010101111000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429211; }

 p { color: rgb(66,146,17); }

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

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

 a { background-color: rgb(66,146,17); }

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

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

 span { border-color: rgb(66,146,17); }

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