#429132

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

Shades of La Palma #429132

Tints of La Palma #429132

Color information

#429132 (or 0x429132) is unknown color: approx La Palma. HEX triplet: 42, 91 and 32. RGB value is (66,145,50). Sum of RGB (Red+Green+Blue) = 66+145+50=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 145 (57.03% from 255 or 55.56% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 145 - color contains mainly: green. Hex color #429132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429132 is #BD6ECD. Grayscale: #6E6E6E. Windows color (decimal): -12414670 or 3313986. OLE color: 3313986.

HSL color Cylindrical-coordinate representation of color #429132: hue angle of 109.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429132 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB6614550-
CMYK0.5400.660.43
HSL109.89º48.72%38.24%-
HSV(B)109.89º65.52%56.86%-
XYZ12.9521.646.51-
YUV110.5593.8396.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 145 (57.03% from 255) = 55.56%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=25.29%
G=55.56%
B=19.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145500.5400.660.43109.8948.7238.24
Hex429132360422B6e3126
Octal10222162660102531566146
Binary100001010010001110010110110010000101010111101110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429132; }

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

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

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

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

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

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

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

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