Shades of La Palma #378D1E
Tints of La Palma #378D1E
RGB
CMYK
RGB Variations
Color information
#378D1E (or 0x378D1E) is known color: La Palma. HEX triplet: 37, 8D and 1E. RGB value is (55,141,30). Sum of RGB (Red+Green+Blue) = 55+141+30=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #378D1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378D1E is #C872E1. Grayscale: #666666. Windows color (decimal): -13136610 or 2002231. OLE color: 2002231.
HSL color Cylindrical-coordinate representation of color #378D1E: hue angle of 106.49º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #378D1E is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 30 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.45 |
| HSL | 106.49º | 0.65% | 0.34% | - |
| HSV(B) | 106.49º | 0.79% | 0.55% | - |
| XYZ | 11.33 | 19.96 | 4.48 | - |
| YUV | 102.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 30 | 0.61 | 0 | 0.79 | 0.45 | 106.49 | 0.65 | 0.34 |
| Hex | 37 | 8D | 1E | 3D | 0 | 4F | 2D | 6A | 41 | 22 |
| Octal | 67 | 215 | 36 | 75 | 0 | 117 | 55 | 152 | 101 | 42 |
| Binary | 110111 | 10001101 | 11110 | 111101 | 0 | 1001111 | 101101 | 1101010 | 1000001 | 100010 |
Color Harmonies of #378D1E
Complementary color
Monochromatic Colors of #378D1E
Black with #378D1E
Text Example
Text Example
White with #378D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D1E; }
p { color: rgb(55,141,30); }
H1.HeaderClassName
{
color: #378D1E;
}
.AnyTagClassName
{
color: #378D1E;
}
</style>
background-color css
<style>
a { background-color: #378D1E; }
a { background-color: rgb(55,141,30); }
div.DivClassName
{
background-color: #378D1E;
}
.BgClassName
{
background-color: #378D1E;
}
</style>
border-color css
<style>
span { border-color: #378D1E; }
span { border-color: rgb(55,141,30); }
td.TdClassName
{
border-color: #378D1E;
}
.TagClassName
{
border-color: #378D1E;
}
</style>