Shades of La Palma #378B2C
Tints of La Palma #378B2C
RGB
CMYK
RGB Variations
Color information
#378B2C (or 0x378B2C) is known color: La Palma. HEX triplet: 37, 8B and 2C. RGB value is (55,139,44). Sum of RGB (Red+Green+Blue) = 55+139+44=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #378B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378B2C is #C874D3. Grayscale: #676767. Windows color (decimal): -13137108 or 2919223. OLE color: 2919223.
HSL color Cylindrical-coordinate representation of color #378B2C: hue angle of 113.05º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #378B2C is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 44 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.45 |
| HSL | 113.05º | 0.52% | 0.36% | - |
| HSV(B) | 113.05º | 0.68% | 0.55% | - |
| XYZ | 11.26 | 19.46 | 5.55 | - |
| YUV | 103.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 44 | 0.60 | 0 | 0.68 | 0.45 | 113.05 | 0.52 | 0.36 |
| Hex | 37 | 8B | 2C | 3C | 0 | 44 | 2D | 71 | 34 | 24 |
| Octal | 67 | 213 | 54 | 74 | 0 | 104 | 55 | 161 | 64 | 44 |
| Binary | 110111 | 10001011 | 101100 | 111100 | 0 | 1000100 | 101101 | 1110001 | 110100 | 100100 |
Color Harmonies of #378B2C
Complementary color
Monochromatic Colors of #378B2C
Black with #378B2C
Text Example
Text Example
White with #378B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B2C; }
p { color: rgb(55,139,44); }
H1.HeaderClassName
{
color: #378B2C;
}
.AnyTagClassName
{
color: #378B2C;
}
</style>
background-color css
<style>
a { background-color: #378B2C; }
a { background-color: rgb(55,139,44); }
div.DivClassName
{
background-color: #378B2C;
}
.BgClassName
{
background-color: #378B2C;
}
</style>
border-color css
<style>
span { border-color: #378B2C; }
span { border-color: rgb(55,139,44); }
td.TdClassName
{
border-color: #378B2C;
}
.TagClassName
{
border-color: #378B2C;
}
</style>