Shades of La Palma #378D1D
Tints of La Palma #378D1D
RGB
CMYK
RGB Variations
Color information
#378D1D (or 0x378D1D) is known color: La Palma. HEX triplet: 37, 8D and 1D. RGB value is (55,141,29). Sum of RGB (Red+Green+Blue) = 55+141+29=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #378D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378D1D is #C872E2. Grayscale: #666666. Windows color (decimal): -13136611 or 1936695. OLE color: 1936695.
HSL color Cylindrical-coordinate representation of color #378D1D: hue angle of 106.07º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #378D1D is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 29 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.45 |
| HSL | 106.07º | 0.66% | 0.33% | - |
| HSV(B) | 106.07º | 0.79% | 0.55% | - |
| XYZ | 11.32 | 19.95 | 4.42 | - |
| YUV | 102.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 29 | 0.61 | 0 | 0.79 | 0.45 | 106.07 | 0.66 | 0.33 |
| Hex | 37 | 8D | 1D | 3D | 0 | 4F | 2D | 6A | 42 | 21 |
| Octal | 67 | 215 | 35 | 75 | 0 | 117 | 55 | 152 | 102 | 41 |
| Binary | 110111 | 10001101 | 11101 | 111101 | 0 | 1001111 | 101101 | 1101010 | 1000010 | 100001 |
Color Harmonies of #378D1D
Complementary color
Monochromatic Colors of #378D1D
Black with #378D1D
Text Example
Text Example
White with #378D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D1D; }
p { color: rgb(55,141,29); }
H1.HeaderClassName
{
color: #378D1D;
}
.AnyTagClassName
{
color: #378D1D;
}
</style>
background-color css
<style>
a { background-color: #378D1D; }
a { background-color: rgb(55,141,29); }
div.DivClassName
{
background-color: #378D1D;
}
.BgClassName
{
background-color: #378D1D;
}
</style>
border-color css
<style>
span { border-color: #378D1D; }
span { border-color: rgb(55,141,29); }
td.TdClassName
{
border-color: #378D1D;
}
.TagClassName
{
border-color: #378D1D;
}
</style>