Shades of La Palma #379A21
Tints of La Palma #379A21
RGB
CMYK
RGB Variations
Color information
#379A21 (or 0x379A21) is known color: La Palma. HEX triplet: 37, 9A and 21. RGB value is (55,154,33). Sum of RGB (Red+Green+Blue) = 55+154+33=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 154 (60.55% from 255 or 63.64% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 154 - color contains mainly: green. Hex color #379A21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A21 is #C865DE. Grayscale: #6E6E6E. Windows color (decimal): -13133279 or 2202167. OLE color: 2202167.
HSL color Cylindrical-coordinate representation of color #379A21: hue angle of 109.09º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #379A21 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 154 | 33 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.40 |
| HSL | 109.09º | 0.65% | 0.37% | - |
| HSV(B) | 109.09º | 0.79% | 0.6% | - |
| XYZ | 13.41 | 24.03 | 5.37 | - |
| YUV | 110.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 33 | 0.64 | 0 | 0.79 | 0.40 | 109.09 | 0.65 | 0.37 |
| Hex | 37 | 9A | 21 | 40 | 0 | 4F | 28 | 6D | 41 | 25 |
| Octal | 67 | 232 | 41 | 100 | 0 | 117 | 50 | 155 | 101 | 45 |
| Binary | 110111 | 10011010 | 100001 | 1000000 | 0 | 1001111 | 101000 | 1101101 | 1000001 | 100101 |
Color Harmonies of #379A21
Complementary color
Monochromatic Colors of #379A21
Black with #379A21
Text Example
Text Example
White with #379A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379A21; }
p { color: rgb(55,154,33); }
H1.HeaderClassName
{
color: #379A21;
}
.AnyTagClassName
{
color: #379A21;
}
</style>
background-color css
<style>
a { background-color: #379A21; }
a { background-color: rgb(55,154,33); }
div.DivClassName
{
background-color: #379A21;
}
.BgClassName
{
background-color: #379A21;
}
</style>
border-color css
<style>
span { border-color: #379A21; }
span { border-color: rgb(55,154,33); }
td.TdClassName
{
border-color: #379A21;
}
.TagClassName
{
border-color: #379A21;
}
</style>