Shades of La Palma #36910D
Tints of La Palma #36910D
RGB
CMYK
RGB Variations
Color information
#36910D (or 0x36910D) is known color: La Palma. HEX triplet: 36, 91 and 0D. RGB value is (54,145,13). Sum of RGB (Red+Green+Blue) = 54+145+13=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #36910D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36910D is #C96EF2. Grayscale: #676767. Windows color (decimal): -13201139 or 889142. OLE color: 889142.
HSL color Cylindrical-coordinate representation of color #36910D: hue angle of 101.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36910D is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 145 | 13 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.43 |
| HSL | 101.36º | 0.84% | 0.31% | - |
| HSV(B) | 101.36º | 0.91% | 0.57% | - |
| XYZ | 11.72 | 21.06 | 3.83 | - |
| YUV | 102.74 | 77.35 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 145 | 13 | 0.63 | 0 | 0.91 | 0.43 | 101.36 | 0.84 | 0.31 |
| Hex | 36 | 91 | D | 3F | 0 | 5B | 2B | 65 | 54 | 1F |
| Octal | 66 | 221 | 15 | 77 | 0 | 133 | 53 | 145 | 124 | 37 |
| Binary | 110110 | 10010001 | 1101 | 111111 | 0 | 1011011 | 101011 | 1100101 | 1010100 | 11111 |
Color Harmonies of #36910D
Complementary color
Monochromatic Colors of #36910D
Black with #36910D
Text Example
Text Example
White with #36910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36910D; }
p { color: rgb(54,145,13); }
H1.HeaderClassName
{
color: #36910D;
}
.AnyTagClassName
{
color: #36910D;
}
</style>
background-color css
<style>
a { background-color: #36910D; }
a { background-color: rgb(54,145,13); }
div.DivClassName
{
background-color: #36910D;
}
.BgClassName
{
background-color: #36910D;
}
</style>
border-color css
<style>
span { border-color: #36910D; }
span { border-color: rgb(54,145,13); }
td.TdClassName
{
border-color: #36910D;
}
.TagClassName
{
border-color: #36910D;
}
</style>