Shades of La Palma #378B1E
Tints of La Palma #378B1E
RGB
CMYK
RGB Variations
Color information
#378B1E (or 0x378B1E) is known color: La Palma. HEX triplet: 37, 8B and 1E. RGB value is (55,139,30). Sum of RGB (Red+Green+Blue) = 55+139+30=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #378B1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378B1E is #C874E1. Grayscale: #656565. Windows color (decimal): -13137122 or 2001719. OLE color: 2001719.
HSL color Cylindrical-coordinate representation of color #378B1E: hue angle of 106.24º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378B1E is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 30 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.45 |
| HSL | 106.24º | 0.64% | 0.33% | - |
| HSV(B) | 106.24º | 0.78% | 0.55% | - |
| XYZ | 11.04 | 19.37 | 4.39 | - |
| YUV | 101.46 | 87.67 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 30 | 0.60 | 0 | 0.78 | 0.45 | 106.24 | 0.64 | 0.33 |
| Hex | 37 | 8B | 1E | 3C | 0 | 4E | 2D | 6A | 40 | 21 |
| Octal | 67 | 213 | 36 | 74 | 0 | 116 | 55 | 152 | 100 | 41 |
| Binary | 110111 | 10001011 | 11110 | 111100 | 0 | 1001110 | 101101 | 1101010 | 1000000 | 100001 |
Color Harmonies of #378B1E
Complementary color
Monochromatic Colors of #378B1E
Black with #378B1E
Text Example
Text Example
White with #378B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B1E; }
p { color: rgb(55,139,30); }
H1.HeaderClassName
{
color: #378B1E;
}
.AnyTagClassName
{
color: #378B1E;
}
</style>
background-color css
<style>
a { background-color: #378B1E; }
a { background-color: rgb(55,139,30); }
div.DivClassName
{
background-color: #378B1E;
}
.BgClassName
{
background-color: #378B1E;
}
</style>
border-color css
<style>
span { border-color: #378B1E; }
span { border-color: rgb(55,139,30); }
td.TdClassName
{
border-color: #378B1E;
}
.TagClassName
{
border-color: #378B1E;
}
</style>