Shades of La Palma #37A528
Tints of La Palma #37A528
RGB
CMYK
RGB Variations
Color information
#37A528 (or 0x37A528) is known color: La Palma. HEX triplet: 37, A5 and 28. RGB value is (55,165,40). Sum of RGB (Red+Green+Blue) = 55+165+40=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #37A528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37A528 is #C85AD7. Grayscale: #767676. Windows color (decimal): -13130456 or 2663735. OLE color: 2663735.
HSL color Cylindrical-coordinate representation of color #37A528: hue angle of 112.8º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37A528 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 165 | 40 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.35 |
| HSL | 112.8º | 0.61% | 0.4% | - |
| HSV(B) | 112.8º | 0.76% | 0.65% | - |
| XYZ | 15.41 | 27.88 | 6.58 | - |
| YUV | 117.86 | 84.06 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 165 | 40 | 0.67 | 0 | 0.76 | 0.35 | 112.8 | 0.61 | 0.4 |
| Hex | 37 | A5 | 28 | 43 | 0 | 4C | 23 | 71 | 3D | 28 |
| Octal | 67 | 245 | 50 | 103 | 0 | 114 | 43 | 161 | 75 | 50 |
| Binary | 110111 | 10100101 | 101000 | 1000011 | 0 | 1001100 | 100011 | 1110001 | 111101 | 101000 |
Color Harmonies of #37A528
Complementary color
Monochromatic Colors of #37A528
Black with #37A528
Text Example
Text Example
White with #37A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A528; }
p { color: rgb(55,165,40); }
H1.HeaderClassName
{
color: #37A528;
}
.AnyTagClassName
{
color: #37A528;
}
</style>
background-color css
<style>
a { background-color: #37A528; }
a { background-color: rgb(55,165,40); }
div.DivClassName
{
background-color: #37A528;
}
.BgClassName
{
background-color: #37A528;
}
</style>
border-color css
<style>
span { border-color: #37A528; }
span { border-color: rgb(55,165,40); }
td.TdClassName
{
border-color: #37A528;
}
.TagClassName
{
border-color: #37A528;
}
</style>