Shades of La Palma #368B20
Tints of La Palma #368B20
RGB
CMYK
RGB Variations
Color information
#368B20 (or 0x368B20) is known color: La Palma. HEX triplet: 36, 8B and 20. RGB value is (54,139,32). Sum of RGB (Red+Green+Blue) = 54+139+32=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #368B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368B20 is #C974DF. Grayscale: #656565. Windows color (decimal): -13202656 or 2132790. OLE color: 2132790.
HSL color Cylindrical-coordinate representation of color #368B20: hue angle of 107.66º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368B20 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 139 | 32 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.45 |
| HSL | 107.66º | 0.63% | 0.34% | - |
| HSV(B) | 107.66º | 0.77% | 0.55% | - |
| XYZ | 11.01 | 19.35 | 4.52 | - |
| YUV | 101.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 32 | 0.61 | 0 | 0.77 | 0.45 | 107.66 | 0.63 | 0.34 |
| Hex | 36 | 8B | 20 | 3D | 0 | 4D | 2D | 6C | 3F | 22 |
| Octal | 66 | 213 | 40 | 75 | 0 | 115 | 55 | 154 | 77 | 42 |
| Binary | 110110 | 10001011 | 100000 | 111101 | 0 | 1001101 | 101101 | 1101100 | 111111 | 100010 |
Color Harmonies of #368B20
Complementary color
Monochromatic Colors of #368B20
Black with #368B20
Text Example
Text Example
White with #368B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368B20; }
p { color: rgb(54,139,32); }
H1.HeaderClassName
{
color: #368B20;
}
.AnyTagClassName
{
color: #368B20;
}
</style>
background-color css
<style>
a { background-color: #368B20; }
a { background-color: rgb(54,139,32); }
div.DivClassName
{
background-color: #368B20;
}
.BgClassName
{
background-color: #368B20;
}
</style>
border-color css
<style>
span { border-color: #368B20; }
span { border-color: rgb(54,139,32); }
td.TdClassName
{
border-color: #368B20;
}
.TagClassName
{
border-color: #368B20;
}
</style>