Shades of La Palma #36980F
Tints of La Palma #36980F
RGB
CMYK
RGB Variations
Color information
#36980F (or 0x36980F) is known color: La Palma. HEX triplet: 36, 98 and 0F. RGB value is (54,152,15). Sum of RGB (Red+Green+Blue) = 54+152+15=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 152 (59.77% from 255 or 68.78% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 152 - color contains mainly: green. Hex color #36980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36980F is #C967F0. Grayscale: #6B6B6B. Windows color (decimal): -13199345 or 1022006. OLE color: 1022006.
HSL color Cylindrical-coordinate representation of color #36980F: hue angle of 102.92º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36980F is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 15 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.40 |
| HSL | 102.92º | 0.82% | 0.33% | - |
| HSV(B) | 102.92º | 0.9% | 0.6% | - |
| XYZ | 12.84 | 23.28 | 4.27 | - |
| YUV | 107.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 15 | 0.64 | 0 | 0.90 | 0.40 | 102.92 | 0.82 | 0.33 |
| Hex | 36 | 98 | F | 40 | 0 | 5A | 28 | 67 | 52 | 21 |
| Octal | 66 | 230 | 17 | 100 | 0 | 132 | 50 | 147 | 122 | 41 |
| Binary | 110110 | 10011000 | 1111 | 1000000 | 0 | 1011010 | 101000 | 1100111 | 1010010 | 100001 |
Color Harmonies of #36980F
Complementary color
Monochromatic Colors of #36980F
Black with #36980F
Text Example
Text Example
White with #36980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36980F; }
p { color: rgb(54,152,15); }
H1.HeaderClassName
{
color: #36980F;
}
.AnyTagClassName
{
color: #36980F;
}
</style>
background-color css
<style>
a { background-color: #36980F; }
a { background-color: rgb(54,152,15); }
div.DivClassName
{
background-color: #36980F;
}
.BgClassName
{
background-color: #36980F;
}
</style>
border-color css
<style>
span { border-color: #36980F; }
span { border-color: rgb(54,152,15); }
td.TdClassName
{
border-color: #36980F;
}
.TagClassName
{
border-color: #36980F;
}
</style>