Shades of La Palma #32990F
Tints of La Palma #32990F
RGB
CMYK
RGB Variations
Color information
#32990F (or 0x32990F) is known color: La Palma. HEX triplet: 32, 99 and 0F. RGB value is (50,153,15). Sum of RGB (Red+Green+Blue) = 50+153+15=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #32990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32990F is #CD66F0. Grayscale: #6A6A6A. Windows color (decimal): -13461233 or 1022258. OLE color: 1022258.
HSL color Cylindrical-coordinate representation of color #32990F: hue angle of 104.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32990F is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 15 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.4 |
| HSL | 104.78º | 0.82% | 0.33% | - |
| HSV(B) | 104.78º | 0.9% | 0.6% | - |
| XYZ | 12.79 | 23.5 | 4.31 | - |
| YUV | 106.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 15 | 0.67 | 0 | 0.90 | 0.4 | 104.78 | 0.82 | 0.33 |
| Hex | 32 | 99 | F | 43 | 0 | 5A | 28 | 69 | 52 | 21 |
| Octal | 62 | 231 | 17 | 103 | 0 | 132 | 50 | 151 | 122 | 41 |
| Binary | 110010 | 10011001 | 1111 | 1000011 | 0 | 1011010 | 101000 | 1101001 | 1010010 | 100001 |
Color Harmonies of #32990F
Complementary color
Monochromatic Colors of #32990F
Black with #32990F
Text Example
Text Example
White with #32990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32990F; }
p { color: rgb(50,153,15); }
H1.HeaderClassName
{
color: #32990F;
}
.AnyTagClassName
{
color: #32990F;
}
</style>
background-color css
<style>
a { background-color: #32990F; }
a { background-color: rgb(50,153,15); }
div.DivClassName
{
background-color: #32990F;
}
.BgClassName
{
background-color: #32990F;
}
</style>
border-color css
<style>
span { border-color: #32990F; }
span { border-color: rgb(50,153,15); }
td.TdClassName
{
border-color: #32990F;
}
.TagClassName
{
border-color: #32990F;
}
</style>