Shades of La Palma #37982F
Tints of La Palma #37982F
RGB
CMYK
RGB Variations
Color information
#37982F (or 0x37982F) is known color: La Palma. HEX triplet: 37, 98 and 2F. RGB value is (55,152,47). Sum of RGB (Red+Green+Blue) = 55+152+47=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #37982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37982F is #C867D0. Grayscale: #6F6F6F. Windows color (decimal): -13133777 or 3119159. OLE color: 3119159.
HSL color Cylindrical-coordinate representation of color #37982F: hue angle of 115.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37982F is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 47 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.40 |
| HSL | 115.43º | 0.53% | 0.39% | - |
| HSV(B) | 115.43º | 0.69% | 0.6% | - |
| XYZ | 13.32 | 23.47 | 6.52 | - |
| YUV | 111.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 47 | 0.64 | 0 | 0.69 | 0.40 | 115.43 | 0.53 | 0.39 |
| Hex | 37 | 98 | 2F | 40 | 0 | 45 | 28 | 73 | 35 | 27 |
| Octal | 67 | 230 | 57 | 100 | 0 | 105 | 50 | 163 | 65 | 47 |
| Binary | 110111 | 10011000 | 101111 | 1000000 | 0 | 1000101 | 101000 | 1110011 | 110101 | 100111 |
Color Harmonies of #37982F
Complementary color
Monochromatic Colors of #37982F
Black with #37982F
Text Example
Text Example
White with #37982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37982F; }
p { color: rgb(55,152,47); }
H1.HeaderClassName
{
color: #37982F;
}
.AnyTagClassName
{
color: #37982F;
}
</style>
background-color css
<style>
a { background-color: #37982F; }
a { background-color: rgb(55,152,47); }
div.DivClassName
{
background-color: #37982F;
}
.BgClassName
{
background-color: #37982F;
}
</style>
border-color css
<style>
span { border-color: #37982F; }
span { border-color: rgb(55,152,47); }
td.TdClassName
{
border-color: #37982F;
}
.TagClassName
{
border-color: #37982F;
}
</style>