#429531

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

Shades of La Palma #429531

Tints of La Palma #429531

Color information

#429531 (or 0x429531) is unknown color: approx La Palma. HEX triplet: 42, 95 and 31. RGB value is (66,149,49). Sum of RGB (Red+Green+Blue) = 66+149+49=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #429531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429531 is #BD6ACE. Grayscale: #717171. Windows color (decimal): -12413647 or 3249474. OLE color: 3249474.

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

Color convert

RGB6614949-
CMYK0.5600.670.42
HSL109.8º50.51%38.82%-
HSV(B)109.8º67.11%58.43%-
XYZ13.5522.876.61-
YUV112.789294.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 56.44%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=25%
G=56.44%
B=18.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66149490.5600.670.42109.850.5138.82
Hex429531380432A6e3327
Octal10222561700103521566347
Binary100001010010101110001111000010000111010101101110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429531; }

 p { color: rgb(66,149,49); }

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

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

 a { background-color: rgb(66,149,49); }

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

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

 span { border-color: rgb(66,149,49); }

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