Shades of La Palma #428C16
Tints of La Palma #428C16
RGB
CMYK
RGB Variations
Color information
#428C16 (or 0x428C16) is known color: La Palma. HEX triplet: 42, 8C and 16. RGB value is (66,140,22). Sum of RGB (Red+Green+Blue) = 66+140+22=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #428C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C16 is #BD73E9. Grayscale: #686868. Windows color (decimal): -12415978 or 1477698. OLE color: 1477698.
HSL color Cylindrical-coordinate representation of color #428C16: hue angle of 97.63º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #428C16 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 22 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.45 |
| HSL | 97.63º | 0.73% | 0.32% | - |
| HSV(B) | 97.63º | 0.84% | 0.55% | - |
| XYZ | 11.77 | 19.97 | 3.99 | - |
| YUV | 104.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 22 | 0.53 | 0 | 0.84 | 0.45 | 97.63 | 0.73 | 0.32 |
| Hex | 42 | 8C | 16 | 35 | 0 | 54 | 2D | 62 | 49 | 20 |
| Octal | 102 | 214 | 26 | 65 | 0 | 124 | 55 | 142 | 111 | 40 |
| Binary | 1000010 | 10001100 | 10110 | 110101 | 0 | 1010100 | 101101 | 1100010 | 1001001 | 100000 |
Color Harmonies of #428C16
Complementary color
Monochromatic Colors of #428C16
Black with #428C16
Text Example
Text Example
White with #428C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C16; }
p { color: rgb(66,140,22); }
H1.HeaderClassName
{
color: #428C16;
}
.AnyTagClassName
{
color: #428C16;
}
</style>
background-color css
<style>
a { background-color: #428C16; }
a { background-color: rgb(66,140,22); }
div.DivClassName
{
background-color: #428C16;
}
.BgClassName
{
background-color: #428C16;
}
</style>
border-color css
<style>
span { border-color: #428C16; }
span { border-color: rgb(66,140,22); }
td.TdClassName
{
border-color: #428C16;
}
.TagClassName
{
border-color: #428C16;
}
</style>