Shades of La Palma #36972D
Tints of La Palma #36972D
RGB
CMYK
RGB Variations
Color information
#36972D (or 0x36972D) is known color: La Palma. HEX triplet: 36, 97 and 2D. RGB value is (54,151,45). Sum of RGB (Red+Green+Blue) = 54+151+45=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #36972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36972D is #C968D2. Grayscale: #6E6E6E. Windows color (decimal): -13199571 or 2987830. OLE color: 2987830.
HSL color Cylindrical-coordinate representation of color #36972D: hue angle of 114.91º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36972D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 45 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.41 |
| HSL | 114.91º | 0.54% | 0.38% | - |
| HSV(B) | 114.91º | 0.7% | 0.59% | - |
| XYZ | 13.06 | 23.11 | 6.25 | - |
| YUV | 109.91 | 91.36 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 45 | 0.64 | 0 | 0.70 | 0.41 | 114.91 | 0.54 | 0.38 |
| Hex | 36 | 97 | 2D | 40 | 0 | 46 | 29 | 73 | 36 | 26 |
| Octal | 66 | 227 | 55 | 100 | 0 | 106 | 51 | 163 | 66 | 46 |
| Binary | 110110 | 10010111 | 101101 | 1000000 | 0 | 1000110 | 101001 | 1110011 | 110110 | 100110 |
Color Harmonies of #36972D
Complementary color
Monochromatic Colors of #36972D
Black with #36972D
Text Example
Text Example
White with #36972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36972D; }
p { color: rgb(54,151,45); }
H1.HeaderClassName
{
color: #36972D;
}
.AnyTagClassName
{
color: #36972D;
}
</style>
background-color css
<style>
a { background-color: #36972D; }
a { background-color: rgb(54,151,45); }
div.DivClassName
{
background-color: #36972D;
}
.BgClassName
{
background-color: #36972D;
}
</style>
border-color css
<style>
span { border-color: #36972D; }
span { border-color: rgb(54,151,45); }
td.TdClassName
{
border-color: #36972D;
}
.TagClassName
{
border-color: #36972D;
}
</style>