Shades of La Palma #37940C
Tints of La Palma #37940C
RGB
CMYK
RGB Variations
Color information
#37940C (or 0x37940C) is known color: La Palma. HEX triplet: 37, 94 and 0C. RGB value is (55,148,12). Sum of RGB (Red+Green+Blue) = 55+148+12=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #37940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37940C is #C86BF3. Grayscale: #696969. Windows color (decimal): -13134836 or 824375. OLE color: 824375.
HSL color Cylindrical-coordinate representation of color #37940C: hue angle of 101.03º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37940C is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 148 | 12 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.42 |
| HSL | 101.03º | 0.85% | 0.31% | - |
| HSV(B) | 101.03º | 0.92% | 0.58% | - |
| XYZ | 12.23 | 22.02 | 3.95 | - |
| YUV | 104.69 | 75.69 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 12 | 0.63 | 0 | 0.92 | 0.42 | 101.03 | 0.85 | 0.31 |
| Hex | 37 | 94 | C | 3F | 0 | 5C | 2A | 65 | 55 | 1F |
| Octal | 67 | 224 | 14 | 77 | 0 | 134 | 52 | 145 | 125 | 37 |
| Binary | 110111 | 10010100 | 1100 | 111111 | 0 | 1011100 | 101010 | 1100101 | 1010101 | 11111 |
Color Harmonies of #37940C
Complementary color
Monochromatic Colors of #37940C
Black with #37940C
Text Example
Text Example
White with #37940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37940C; }
p { color: rgb(55,148,12); }
H1.HeaderClassName
{
color: #37940C;
}
.AnyTagClassName
{
color: #37940C;
}
</style>
background-color css
<style>
a { background-color: #37940C; }
a { background-color: rgb(55,148,12); }
div.DivClassName
{
background-color: #37940C;
}
.BgClassName
{
background-color: #37940C;
}
</style>
border-color css
<style>
span { border-color: #37940C; }
span { border-color: rgb(55,148,12); }
td.TdClassName
{
border-color: #37940C;
}
.TagClassName
{
border-color: #37940C;
}
</style>