Shades of La Palma #42960A
Tints of La Palma #42960A
RGB
CMYK
RGB Variations
Color information
#42960A (or 0x42960A) is known color: La Palma. HEX triplet: 42, 96 and 0A. RGB value is (66,150,10). Sum of RGB (Red+Green+Blue) = 66+150+10=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #42960A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42960A is #BD69F5. Grayscale: #6D6D6D. Windows color (decimal): -12413430 or 693826. OLE color: 693826.
HSL color Cylindrical-coordinate representation of color #42960A: hue angle of 96º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42960A is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 150 | 10 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.41 |
| HSL | 96º | 0.88% | 0.31% | - |
| HSV(B) | 96º | 0.93% | 0.59% | - |
| XYZ | 13.21 | 22.99 | 4.03 | - |
| YUV | 108.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 10 | 0.56 | 0 | 0.93 | 0.41 | 96 | 0.88 | 0.31 |
| Hex | 42 | 96 | A | 38 | 0 | 5D | 29 | 60 | 58 | 1F |
| Octal | 102 | 226 | 12 | 70 | 0 | 135 | 51 | 140 | 130 | 37 |
| Binary | 1000010 | 10010110 | 1010 | 111000 | 0 | 1011101 | 101001 | 1100000 | 1011000 | 11111 |
Color Harmonies of #42960A
Complementary color
Monochromatic Colors of #42960A
Black with #42960A
Text Example
Text Example
White with #42960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42960A; }
p { color: rgb(66,150,10); }
H1.HeaderClassName
{
color: #42960A;
}
.AnyTagClassName
{
color: #42960A;
}
</style>
background-color css
<style>
a { background-color: #42960A; }
a { background-color: rgb(66,150,10); }
div.DivClassName
{
background-color: #42960A;
}
.BgClassName
{
background-color: #42960A;
}
</style>
border-color css
<style>
span { border-color: #42960A; }
span { border-color: rgb(66,150,10); }
td.TdClassName
{
border-color: #42960A;
}
.TagClassName
{
border-color: #42960A;
}
</style>