Shades of La Palma #36942C
Tints of La Palma #36942C
RGB
CMYK
RGB Variations
Color information
#36942C (or 0x36942C) is known color: La Palma. HEX triplet: 36, 94 and 2C. RGB value is (54,148,44). Sum of RGB (Red+Green+Blue) = 54+148+44=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #36942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36942C is #C96BD3. Grayscale: #6C6C6C. Windows color (decimal): -13200340 or 2921526. OLE color: 2921526.
HSL color Cylindrical-coordinate representation of color #36942C: hue angle of 114.23º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36942C is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 148 | 44 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.42 |
| HSL | 114.23º | 0.54% | 0.38% | - |
| HSV(B) | 114.23º | 0.7% | 0.58% | - |
| XYZ | 12.57 | 22.15 | 6 | - |
| YUV | 108.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 44 | 0.64 | 0 | 0.70 | 0.42 | 114.23 | 0.54 | 0.38 |
| Hex | 36 | 94 | 2C | 40 | 0 | 46 | 2A | 72 | 36 | 26 |
| Octal | 66 | 224 | 54 | 100 | 0 | 106 | 52 | 162 | 66 | 46 |
| Binary | 110110 | 10010100 | 101100 | 1000000 | 0 | 1000110 | 101010 | 1110010 | 110110 | 100110 |
Color Harmonies of #36942C
Complementary color
Monochromatic Colors of #36942C
Black with #36942C
Text Example
Text Example
White with #36942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36942C; }
p { color: rgb(54,148,44); }
H1.HeaderClassName
{
color: #36942C;
}
.AnyTagClassName
{
color: #36942C;
}
</style>
background-color css
<style>
a { background-color: #36942C; }
a { background-color: rgb(54,148,44); }
div.DivClassName
{
background-color: #36942C;
}
.BgClassName
{
background-color: #36942C;
}
</style>
border-color css
<style>
span { border-color: #36942C; }
span { border-color: rgb(54,148,44); }
td.TdClassName
{
border-color: #36942C;
}
.TagClassName
{
border-color: #36942C;
}
</style>