Shades of La Palma #379D31
Tints of La Palma #379D31
RGB
CMYK
RGB Variations
Color information
#379D31 (or 0x379D31) is known color: La Palma. HEX triplet: 37, 9D and 31. RGB value is (55,157,49). Sum of RGB (Red+Green+Blue) = 55+157+49=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #379D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D31 is #C862CE. Grayscale: #727272. Windows color (decimal): -13132495 or 3251511. OLE color: 3251511.
HSL color Cylindrical-coordinate representation of color #379D31: hue angle of 116.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #379D31 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 49 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.38 |
| HSL | 116.67º | 0.52% | 0.4% | - |
| HSV(B) | 116.67º | 0.69% | 0.62% | - |
| XYZ | 14.19 | 25.15 | 7.01 | - |
| YUV | 114.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 49 | 0.65 | 0 | 0.69 | 0.38 | 116.67 | 0.52 | 0.4 |
| Hex | 37 | 9D | 31 | 41 | 0 | 45 | 26 | 75 | 34 | 28 |
| Octal | 67 | 235 | 61 | 101 | 0 | 105 | 46 | 165 | 64 | 50 |
| Binary | 110111 | 10011101 | 110001 | 1000001 | 0 | 1000101 | 100110 | 1110101 | 110100 | 101000 |
Color Harmonies of #379D31
Complementary color
Monochromatic Colors of #379D31
Black with #379D31
Text Example
Text Example
White with #379D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D31; }
p { color: rgb(55,157,49); }
H1.HeaderClassName
{
color: #379D31;
}
.AnyTagClassName
{
color: #379D31;
}
</style>
background-color css
<style>
a { background-color: #379D31; }
a { background-color: rgb(55,157,49); }
div.DivClassName
{
background-color: #379D31;
}
.BgClassName
{
background-color: #379D31;
}
</style>
border-color css
<style>
span { border-color: #379D31; }
span { border-color: rgb(55,157,49); }
td.TdClassName
{
border-color: #379D31;
}
.TagClassName
{
border-color: #379D31;
}
</style>