#429110

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

Shades of La Palma #429110

Tints of La Palma #429110

Color information

#429110 (or 0x429110) is unknown color: approx La Palma. HEX triplet: 42, 91 and 10. RGB value is (66,145,16). Sum of RGB (Red+Green+Blue) = 66+145+16=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #429110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429110 is #BD6EEF. Grayscale: #6B6B6B. Windows color (decimal): -12414704 or 1085762. OLE color: 1085762.

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

Color convert

RGB6614516-
CMYK0.5400.890.43
HSL96.74º80.12%31.57%-
HSV(B)96.74º88.97%56.86%-
XYZ12.4721.453.97-
YUV106.6776.8398.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 145 (57.03% from 255) = 63.88%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=29.07%
G=63.88%
B=7.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145160.5400.890.4396.7480.1231.57
Hex429110360592B615020
Octal102221206601315314112040
Binary100001010010001100001101100101100110101111000011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429110; }

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

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

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

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

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

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

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

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