Shades of La Palma #42910C
Tints of La Palma #42910C
RGB
CMYK
RGB Variations
Color information
#42910C (or 0x42910C) is known color: 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
| RGB | 66 | 145 | 12 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.43 |
| HSL | 95.64º | 0.85% | 0.31% | - |
| HSV(B) | 95.64º | 0.92% | 0.57% | - |
| XYZ | 12.44 | 21.44 | 3.83 | - |
| YUV | 106.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 12 | 0.54 | 0 | 0.92 | 0.43 | 95.64 | 0.85 | 0.31 |
| Hex | 42 | 91 | C | 36 | 0 | 5C | 2B | 60 | 55 | 1F |
| Octal | 102 | 221 | 14 | 66 | 0 | 134 | 53 | 140 | 125 | 37 |
| Binary | 1000010 | 10010001 | 1100 | 110110 | 0 | 1011100 | 101011 | 1100000 | 1010101 | 11111 |
Color Harmonies of #42910C
Complementary color
Monochromatic Colors of #42910C
Black with #42910C
Text Example
Text Example
White with #42910C
Text Example
Text Example
HTML Codes & Css Web 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>