#429332

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

Shades of La Palma #429332

Tints of La Palma #429332

Color information

#429332 (or 0x429332) is unknown color: approx La Palma. HEX triplet: 42, 93 and 32. RGB value is (66,147,50). Sum of RGB (Red+Green+Blue) = 66+147+50=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #429332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429332 is #BD6CCD. Grayscale: #707070. Windows color (decimal): -12414158 or 3314498. OLE color: 3314498.

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

Color convert

RGB6614750-
CMYK0.5500.660.42
HSL110.1º49.24%38.63%-
HSV(B)110.1º65.99%57.65%-
XYZ13.2622.266.61-
YUV111.7293.1695.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 147 (57.81% from 255) = 55.89%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=25.10%
G=55.89%
B=19.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147500.5500.660.42110.149.2438.63
Hex429332370422A6e3127
Octal10222362670102521566147
Binary100001010010011110010110111010000101010101101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429332; }

 p { color: rgb(66,147,50); }

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

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

 a { background-color: rgb(66,147,50); }

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

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

 span { border-color: rgb(66,147,50); }

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