Shades of La Palma #36920F
Tints of La Palma #36920F
RGB
CMYK
RGB Variations
Color information
#36920F (or 0x36920F) is known color: La Palma. HEX triplet: 36, 92 and 0F. RGB value is (54,146,15). Sum of RGB (Red+Green+Blue) = 54+146+15=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #36920F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36920F is #C96DF0. Grayscale: #676767. Windows color (decimal): -13200881 or 1020470. OLE color: 1020470.
HSL color Cylindrical-coordinate representation of color #36920F: hue angle of 102.14º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36920F is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 15 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.43 |
| HSL | 102.14º | 0.81% | 0.32% | - |
| HSV(B) | 102.14º | 0.9% | 0.57% | - |
| XYZ | 11.89 | 21.38 | 3.95 | - |
| YUV | 103.56 | 78.02 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 15 | 0.63 | 0 | 0.90 | 0.43 | 102.14 | 0.81 | 0.32 |
| Hex | 36 | 92 | F | 3F | 0 | 5A | 2B | 66 | 51 | 20 |
| Octal | 66 | 222 | 17 | 77 | 0 | 132 | 53 | 146 | 121 | 40 |
| Binary | 110110 | 10010010 | 1111 | 111111 | 0 | 1011010 | 101011 | 1100110 | 1010001 | 100000 |
Color Harmonies of #36920F
Complementary color
Monochromatic Colors of #36920F
Black with #36920F
Text Example
Text Example
White with #36920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36920F; }
p { color: rgb(54,146,15); }
H1.HeaderClassName
{
color: #36920F;
}
.AnyTagClassName
{
color: #36920F;
}
</style>
background-color css
<style>
a { background-color: #36920F; }
a { background-color: rgb(54,146,15); }
div.DivClassName
{
background-color: #36920F;
}
.BgClassName
{
background-color: #36920F;
}
</style>
border-color css
<style>
span { border-color: #36920F; }
span { border-color: rgb(54,146,15); }
td.TdClassName
{
border-color: #36920F;
}
.TagClassName
{
border-color: #36920F;
}
</style>