#429610

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

Shades of La Palma #429610

Tints of La Palma #429610

Color information

#429610 (or 0x429610) is unknown color: approx La Palma. HEX triplet: 42, 96 and 10. RGB value is (66,150,16). Sum of RGB (Red+Green+Blue) = 66+150+16=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #429610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429610 is #BD69EF. Grayscale: #6E6E6E. Windows color (decimal): -12413424 or 1087042. OLE color: 1087042.

HSL color Cylindrical-coordinate representation of color #429610: hue angle of 97.61º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #429610 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB6615016-
CMYK0.5600.890.41
HSL97.61º80.72%32.55%-
HSV(B)97.61º89.33%58.82%-
XYZ13.2523.014.23-
YUV109.6175.1796.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 150 (58.98% from 255) = 64.66%
BLUE value IS 16 (6.64% from 255) = 6.90%
R=28.45%
G=64.66%
B=6.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66150160.5600.890.4197.6180.7232.55
Hex4296103805929625121
Octal102226207001315114212141
Binary100001010010110100001110000101100110100111000101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429610; }

 p { color: rgb(66,150,16); }

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

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

 a { background-color: rgb(66,150,16); }

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

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

 span { border-color: rgb(66,150,16); }

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