Shades of La Palma #42910A
Tints of La Palma #42910A
RGB
CMYK
RGB Variations
Color information
#42910A (or 0x42910A) is known color: La Palma. HEX triplet: 42, 91 and 0A. RGB value is (66,145,10). Sum of RGB (Red+Green+Blue) = 66+145+10=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #42910A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42910A is #BD6EF5. Grayscale: #6A6A6A. Windows color (decimal): -12414710 or 692546. OLE color: 692546.
HSL color Cylindrical-coordinate representation of color #42910A: hue angle of 95.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42910A is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 10 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.43 |
| HSL | 95.11º | 0.87% | 0.3% | - |
| HSV(B) | 95.11º | 0.93% | 0.57% | - |
| XYZ | 12.43 | 21.43 | 3.77 | - |
| YUV | 105.99 | 73.83 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 10 | 0.54 | 0 | 0.93 | 0.43 | 95.11 | 0.87 | 0.3 |
| Hex | 42 | 91 | A | 36 | 0 | 5D | 2B | 5F | 57 | 1E |
| Octal | 102 | 221 | 12 | 66 | 0 | 135 | 53 | 137 | 127 | 36 |
| Binary | 1000010 | 10010001 | 1010 | 110110 | 0 | 1011101 | 101011 | 1011111 | 1010111 | 11110 |
Color Harmonies of #42910A
Complementary color
Monochromatic Colors of #42910A
Black with #42910A
Text Example
Text Example
White with #42910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42910A; }
p { color: rgb(66,145,10); }
H1.HeaderClassName
{
color: #42910A;
}
.AnyTagClassName
{
color: #42910A;
}
</style>
background-color css
<style>
a { background-color: #42910A; }
a { background-color: rgb(66,145,10); }
div.DivClassName
{
background-color: #42910A;
}
.BgClassName
{
background-color: #42910A;
}
</style>
border-color css
<style>
span { border-color: #42910A; }
span { border-color: rgb(66,145,10); }
td.TdClassName
{
border-color: #42910A;
}
.TagClassName
{
border-color: #42910A;
}
</style>