Shades of La Palma #379D1E
Tints of La Palma #379D1E
RGB
CMYK
RGB Variations
Color information
#379D1E (or 0x379D1E) is known color: La Palma. HEX triplet: 37, 9D and 1E. RGB value is (55,157,30). Sum of RGB (Red+Green+Blue) = 55+157+30=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #379D1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D1E is #C862E1. Grayscale: #707070. Windows color (decimal): -13132514 or 2006327. OLE color: 2006327.
HSL color Cylindrical-coordinate representation of color #379D1E: hue angle of 108.19º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #379D1E is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 30 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.38 |
| HSL | 108.19º | 0.68% | 0.37% | - |
| HSV(B) | 108.19º | 0.81% | 0.62% | - |
| XYZ | 13.87 | 25.02 | 5.33 | - |
| YUV | 112.02 | 81.71 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 30 | 0.65 | 0 | 0.81 | 0.38 | 108.19 | 0.68 | 0.37 |
| Hex | 37 | 9D | 1E | 41 | 0 | 51 | 26 | 6C | 44 | 25 |
| Octal | 67 | 235 | 36 | 101 | 0 | 121 | 46 | 154 | 104 | 45 |
| Binary | 110111 | 10011101 | 11110 | 1000001 | 0 | 1010001 | 100110 | 1101100 | 1000100 | 100101 |
Color Harmonies of #379D1E
Complementary color
Monochromatic Colors of #379D1E
Black with #379D1E
Text Example
Text Example
White with #379D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D1E; }
p { color: rgb(55,157,30); }
H1.HeaderClassName
{
color: #379D1E;
}
.AnyTagClassName
{
color: #379D1E;
}
</style>
background-color css
<style>
a { background-color: #379D1E; }
a { background-color: rgb(55,157,30); }
div.DivClassName
{
background-color: #379D1E;
}
.BgClassName
{
background-color: #379D1E;
}
</style>
border-color css
<style>
span { border-color: #379D1E; }
span { border-color: rgb(55,157,30); }
td.TdClassName
{
border-color: #379D1E;
}
.TagClassName
{
border-color: #379D1E;
}
</style>