Shades of La Palma #37920D
Tints of La Palma #37920D
RGB
CMYK
RGB Variations
Color information
#37920D (or 0x37920D) is known color: La Palma. HEX triplet: 37, 92 and 0D. RGB value is (55,146,13). Sum of RGB (Red+Green+Blue) = 55+146+13=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #37920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37920D is #C86DF2. Grayscale: #686868. Windows color (decimal): -13135347 or 889399. OLE color: 889399.
HSL color Cylindrical-coordinate representation of color #37920D: hue angle of 101.05º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37920D is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 13 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.43 |
| HSL | 101.05º | 0.84% | 0.31% | - |
| HSV(B) | 101.05º | 0.91% | 0.57% | - |
| XYZ | 11.93 | 21.4 | 3.88 | - |
| YUV | 103.63 | 76.85 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 13 | 0.62 | 0 | 0.91 | 0.43 | 101.05 | 0.84 | 0.31 |
| Hex | 37 | 92 | D | 3E | 0 | 5B | 2B | 65 | 54 | 1F |
| Octal | 67 | 222 | 15 | 76 | 0 | 133 | 53 | 145 | 124 | 37 |
| Binary | 110111 | 10010010 | 1101 | 111110 | 0 | 1011011 | 101011 | 1100101 | 1010100 | 11111 |
Color Harmonies of #37920D
Complementary color
Monochromatic Colors of #37920D
Black with #37920D
Text Example
Text Example
White with #37920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37920D; }
p { color: rgb(55,146,13); }
H1.HeaderClassName
{
color: #37920D;
}
.AnyTagClassName
{
color: #37920D;
}
</style>
background-color css
<style>
a { background-color: #37920D; }
a { background-color: rgb(55,146,13); }
div.DivClassName
{
background-color: #37920D;
}
.BgClassName
{
background-color: #37920D;
}
</style>
border-color css
<style>
span { border-color: #37920D; }
span { border-color: rgb(55,146,13); }
td.TdClassName
{
border-color: #37920D;
}
.TagClassName
{
border-color: #37920D;
}
</style>