Shades of La Palma #378D2C
Tints of La Palma #378D2C
RGB
CMYK
RGB Variations
Color information
#378D2C (or 0x378D2C) is known color: La Palma. HEX triplet: 37, 8D and 2C. RGB value is (55,141,44). Sum of RGB (Red+Green+Blue) = 55+141+44=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #378D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378D2C is #C872D3. Grayscale: #686868. Windows color (decimal): -13136596 or 2919735. OLE color: 2919735.
HSL color Cylindrical-coordinate representation of color #378D2C: hue angle of 113.2º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #378D2C is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 44 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.45 |
| HSL | 113.2º | 0.52% | 0.36% | - |
| HSV(B) | 113.2º | 0.69% | 0.55% | - |
| XYZ | 11.56 | 20.04 | 5.64 | - |
| YUV | 104.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 44 | 0.61 | 0 | 0.69 | 0.45 | 113.2 | 0.52 | 0.36 |
| Hex | 37 | 8D | 2C | 3D | 0 | 45 | 2D | 71 | 34 | 24 |
| Octal | 67 | 215 | 54 | 75 | 0 | 105 | 55 | 161 | 64 | 44 |
| Binary | 110111 | 10001101 | 101100 | 111101 | 0 | 1000101 | 101101 | 1110001 | 110100 | 100100 |
Color Harmonies of #378D2C
Complementary color
Monochromatic Colors of #378D2C
Black with #378D2C
Text Example
Text Example
White with #378D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D2C; }
p { color: rgb(55,141,44); }
H1.HeaderClassName
{
color: #378D2C;
}
.AnyTagClassName
{
color: #378D2C;
}
</style>
background-color css
<style>
a { background-color: #378D2C; }
a { background-color: rgb(55,141,44); }
div.DivClassName
{
background-color: #378D2C;
}
.BgClassName
{
background-color: #378D2C;
}
</style>
border-color css
<style>
span { border-color: #378D2C; }
span { border-color: rgb(55,141,44); }
td.TdClassName
{
border-color: #378D2C;
}
.TagClassName
{
border-color: #378D2C;
}
</style>