#42910C

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

Shades of La Palma #42910C

Tints of La Palma #42910C

Color information

#42910C (or 0x42910C) is unknown color: approx La Palma. HEX triplet: 42, 91 and 0C. RGB value is (66,145,12). Sum of RGB (Red+Green+Blue) = 66+145+12=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #42910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42910C is #BD6EF3. Grayscale: #6A6A6A. Windows color (decimal): -12414708 or 823618. OLE color: 823618.

HSL color Cylindrical-coordinate representation of color #42910C: hue angle of 95.64º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42910C is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB6614512-
CMYK0.5400.920.43
HSL95.64º84.71%30.78%-
HSV(B)95.64º91.72%56.86%-
XYZ12.4421.443.83-
YUV106.2274.8399.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 145 (57.03% from 255) = 65.02%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=29.60%
G=65.02%
B=5.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145120.5400.920.4395.6484.7130.78
Hex4291C3605C2B60551f
Octal102221146601345314012537
Binary1000010100100011100110110010111001010111100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42910C; }

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

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

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

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

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

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

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

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