Shades of La Palma #37941A
Tints of La Palma #37941A
RGB
CMYK
RGB Variations
Color information
#37941A (or 0x37941A) is known color: La Palma. HEX triplet: 37, 94 and 1A. RGB value is (55,148,26). Sum of RGB (Red+Green+Blue) = 55+148+26=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #37941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37941A is #C86BE5. Grayscale: #6A6A6A. Windows color (decimal): -13134822 or 1741879. OLE color: 1741879.
HSL color Cylindrical-coordinate representation of color #37941A: hue angle of 105.74º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37941A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 148 | 26 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.42 |
| HSL | 105.74º | 0.7% | 0.34% | - |
| HSV(B) | 105.74º | 0.82% | 0.58% | - |
| XYZ | 12.35 | 22.07 | 4.59 | - |
| YUV | 106.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 148 | 26 | 0.63 | 0 | 0.82 | 0.42 | 105.74 | 0.7 | 0.34 |
| Hex | 37 | 94 | 1A | 3F | 0 | 52 | 2A | 6A | 46 | 22 |
| Octal | 67 | 224 | 32 | 77 | 0 | 122 | 52 | 152 | 106 | 42 |
| Binary | 110111 | 10010100 | 11010 | 111111 | 0 | 1010010 | 101010 | 1101010 | 1000110 | 100010 |
Color Harmonies of #37941A
Complementary color
Monochromatic Colors of #37941A
Black with #37941A
Text Example
Text Example
White with #37941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37941A; }
p { color: rgb(55,148,26); }
H1.HeaderClassName
{
color: #37941A;
}
.AnyTagClassName
{
color: #37941A;
}
</style>
background-color css
<style>
a { background-color: #37941A; }
a { background-color: rgb(55,148,26); }
div.DivClassName
{
background-color: #37941A;
}
.BgClassName
{
background-color: #37941A;
}
</style>
border-color css
<style>
span { border-color: #37941A; }
span { border-color: rgb(55,148,26); }
td.TdClassName
{
border-color: #37941A;
}
.TagClassName
{
border-color: #37941A;
}
</style>