Shades of La Palma #378C20
Tints of La Palma #378C20
RGB
CMYK
RGB Variations
Color information
#378C20 (or 0x378C20) is known color: La Palma. HEX triplet: 37, 8C and 20. RGB value is (55,140,32). Sum of RGB (Red+Green+Blue) = 55+140+32=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #378C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378C20 is #C873DF. Grayscale: #666666. Windows color (decimal): -13136864 or 2133047. OLE color: 2133047.
HSL color Cylindrical-coordinate representation of color #378C20: hue angle of 107.22º 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 #378C20 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 32 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.45 |
| HSL | 107.22º | 0.63% | 0.34% | - |
| HSV(B) | 107.22º | 0.77% | 0.55% | - |
| XYZ | 11.21 | 19.67 | 4.57 | - |
| YUV | 102.27 | 88.34 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 32 | 0.61 | 0 | 0.77 | 0.45 | 107.22 | 0.63 | 0.34 |
| Hex | 37 | 8C | 20 | 3D | 0 | 4D | 2D | 6B | 3F | 22 |
| Octal | 67 | 214 | 40 | 75 | 0 | 115 | 55 | 153 | 77 | 42 |
| Binary | 110111 | 10001100 | 100000 | 111101 | 0 | 1001101 | 101101 | 1101011 | 111111 | 100010 |
Color Harmonies of #378C20
Complementary color
Monochromatic Colors of #378C20
Black with #378C20
Text Example
Text Example
White with #378C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C20; }
p { color: rgb(55,140,32); }
H1.HeaderClassName
{
color: #378C20;
}
.AnyTagClassName
{
color: #378C20;
}
</style>
background-color css
<style>
a { background-color: #378C20; }
a { background-color: rgb(55,140,32); }
div.DivClassName
{
background-color: #378C20;
}
.BgClassName
{
background-color: #378C20;
}
</style>
border-color css
<style>
span { border-color: #378C20; }
span { border-color: rgb(55,140,32); }
td.TdClassName
{
border-color: #378C20;
}
.TagClassName
{
border-color: #378C20;
}
</style>