Shades of La Palma #379F34
Tints of La Palma #379F34
RGB
CMYK
RGB Variations
Color information
#379F34 (or 0x379F34) is known color: La Palma. HEX triplet: 37, 9F and 34. RGB value is (55,159,52). Sum of RGB (Red+Green+Blue) = 55+159+52=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #379F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F34 is #C860CB. Grayscale: #747474. Windows color (decimal): -13131980 or 3448631. OLE color: 3448631.
HSL color Cylindrical-coordinate representation of color #379F34: hue angle of 118.32º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #379F34 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 159 | 52 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.38 |
| HSL | 118.32º | 0.51% | 0.41% | - |
| HSV(B) | 118.32º | 0.67% | 0.62% | - |
| XYZ | 14.59 | 25.86 | 7.47 | - |
| YUV | 115.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 159 | 52 | 0.65 | 0 | 0.67 | 0.38 | 118.32 | 0.51 | 0.41 |
| Hex | 37 | 9F | 34 | 41 | 0 | 43 | 26 | 76 | 33 | 29 |
| Octal | 67 | 237 | 64 | 101 | 0 | 103 | 46 | 166 | 63 | 51 |
| Binary | 110111 | 10011111 | 110100 | 1000001 | 0 | 1000011 | 100110 | 1110110 | 110011 | 101001 |
Color Harmonies of #379F34
Complementary color
Monochromatic Colors of #379F34
Black with #379F34
Text Example
Text Example
White with #379F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379F34; }
p { color: rgb(55,159,52); }
H1.HeaderClassName
{
color: #379F34;
}
.AnyTagClassName
{
color: #379F34;
}
</style>
background-color css
<style>
a { background-color: #379F34; }
a { background-color: rgb(55,159,52); }
div.DivClassName
{
background-color: #379F34;
}
.BgClassName
{
background-color: #379F34;
}
</style>
border-color css
<style>
span { border-color: #379F34; }
span { border-color: rgb(55,159,52); }
td.TdClassName
{
border-color: #379F34;
}
.TagClassName
{
border-color: #379F34;
}
</style>