Shades of La Palma #36972A
Tints of La Palma #36972A
RGB
CMYK
RGB Variations
Color information
#36972A (or 0x36972A) is known color: La Palma. HEX triplet: 36, 97 and 2A. RGB value is (54,151,42). Sum of RGB (Red+Green+Blue) = 54+151+42=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #36972A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36972A is #C968D5. Grayscale: #6D6D6D. Windows color (decimal): -13199574 or 2791222. OLE color: 2791222.
HSL color Cylindrical-coordinate representation of color #36972A: hue angle of 113.39º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36972A is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 42 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.41 |
| HSL | 113.39º | 0.56% | 0.38% | - |
| HSV(B) | 113.39º | 0.72% | 0.59% | - |
| XYZ | 13.01 | 23.08 | 5.96 | - |
| YUV | 109.57 | 89.86 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 42 | 0.64 | 0 | 0.72 | 0.41 | 113.39 | 0.56 | 0.38 |
| Hex | 36 | 97 | 2A | 40 | 0 | 48 | 29 | 71 | 38 | 26 |
| Octal | 66 | 227 | 52 | 100 | 0 | 110 | 51 | 161 | 70 | 46 |
| Binary | 110110 | 10010111 | 101010 | 1000000 | 0 | 1001000 | 101001 | 1110001 | 111000 | 100110 |
Color Harmonies of #36972A
Complementary color
Monochromatic Colors of #36972A
Black with #36972A
Text Example
Text Example
White with #36972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36972A; }
p { color: rgb(54,151,42); }
H1.HeaderClassName
{
color: #36972A;
}
.AnyTagClassName
{
color: #36972A;
}
</style>
background-color css
<style>
a { background-color: #36972A; }
a { background-color: rgb(54,151,42); }
div.DivClassName
{
background-color: #36972A;
}
.BgClassName
{
background-color: #36972A;
}
</style>
border-color css
<style>
span { border-color: #36972A; }
span { border-color: rgb(54,151,42); }
td.TdClassName
{
border-color: #36972A;
}
.TagClassName
{
border-color: #36972A;
}
</style>