#429135

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

Shades of La Palma #429135

Tints of La Palma #429135

Color information

#429135 (or 0x429135) is unknown color: approx La Palma. HEX triplet: 42, 91 and 35. RGB value is (66,145,53). Sum of RGB (Red+Green+Blue) = 66+145+53=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #429135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429135 is #BD6ECA. Grayscale: #6F6F6F. Windows color (decimal): -12414667 or 3510594. OLE color: 3510594.

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

Color convert

RGB6614553-
CMYK0.5400.630.43
HSL111.52º46.46%38.82%-
HSV(B)111.52º63.45%56.86%-
XYZ13.0121.676.86-
YUV110.8995.3395.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 54.92%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=25%
G=54.92%
B=20.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145530.5400.630.43111.5246.4638.82
Hex4291353603F2B702e27
Octal1022216566077531605647
Binary10000101001000111010111011001111111010111110000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429135; }

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

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

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

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

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

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

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

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