Shades of La Palma #36920C
Tints of La Palma #36920C
RGB
CMYK
RGB Variations
Color information
#36920C (or 0x36920C) is known color: La Palma. HEX triplet: 36, 92 and 0C. RGB value is (54,146,12). Sum of RGB (Red+Green+Blue) = 54+146+12=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #36920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36920C is #C96DF3. Grayscale: #676767. Windows color (decimal): -13200884 or 823862. OLE color: 823862.
HSL color Cylindrical-coordinate representation of color #36920C: hue angle of 101.19º 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 #36920C is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 146 | 12 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.43 |
| HSL | 101.19º | 0.85% | 0.31% | - |
| HSV(B) | 101.19º | 0.92% | 0.57% | - |
| XYZ | 11.87 | 21.37 | 3.85 | - |
| YUV | 103.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 146 | 12 | 0.63 | 0 | 0.92 | 0.43 | 101.19 | 0.85 | 0.31 |
| Hex | 36 | 92 | C | 3F | 0 | 5C | 2B | 65 | 55 | 1F |
| Octal | 66 | 222 | 14 | 77 | 0 | 134 | 53 | 145 | 125 | 37 |
| Binary | 110110 | 10010010 | 1100 | 111111 | 0 | 1011100 | 101011 | 1100101 | 1010101 | 11111 |
Color Harmonies of #36920C
Complementary color
Monochromatic Colors of #36920C
Black with #36920C
Text Example
Text Example
White with #36920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36920C; }
p { color: rgb(54,146,12); }
H1.HeaderClassName
{
color: #36920C;
}
.AnyTagClassName
{
color: #36920C;
}
</style>
background-color css
<style>
a { background-color: #36920C; }
a { background-color: rgb(54,146,12); }
div.DivClassName
{
background-color: #36920C;
}
.BgClassName
{
background-color: #36920C;
}
</style>
border-color css
<style>
span { border-color: #36920C; }
span { border-color: rgb(54,146,12); }
td.TdClassName
{
border-color: #36920C;
}
.TagClassName
{
border-color: #36920C;
}
</style>