#429131

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

Shades of La Palma #429131

Tints of La Palma #429131

Color information

#429131 (or 0x429131) is unknown color: approx La Palma. HEX triplet: 42, 91 and 31. RGB value is (66,145,49). Sum of RGB (Red+Green+Blue) = 66+145+49=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #429131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #429131 is #BD6ECE. Grayscale: #6E6E6E. Windows color (decimal): -12414671 or 3248450. OLE color: 3248450.

HSL color Cylindrical-coordinate representation of color #429131: hue angle of 109.38º 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 #429131 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB6614549-
CMYK0.5400.660.43
HSL109.38º49.48%38.04%-
HSV(B)109.38º66.21%56.86%-
XYZ12.9321.636.4-
YUV110.4393.3396.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=25.38%
G=55.77%
B=18.85%

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
Decimal66145490.5400.660.43109.3849.4838.04
Hex429131360422B6d3126
Octal10222161660102531556146
Binary100001010010001110001110110010000101010111101101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429131; }

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

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

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

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

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

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

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

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