Shades of La Palma #32970D
Tints of La Palma #32970D
RGB
CMYK
RGB Variations
Color information
#32970D (or 0x32970D) is known color: La Palma. HEX triplet: 32, 97 and 0D. RGB value is (50,151,13). Sum of RGB (Red+Green+Blue) = 50+151+13=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #32970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32970D is #CD68F2. Grayscale: #696969. Windows color (decimal): -13461747 or 890674. OLE color: 890674.
HSL color Cylindrical-coordinate representation of color #32970D: hue angle of 103.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32970D is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 151 | 13 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.41 |
| HSL | 103.91º | 0.84% | 0.32% | - |
| HSV(B) | 103.91º | 0.91% | 0.59% | - |
| XYZ | 12.45 | 22.84 | 4.13 | - |
| YUV | 105.07 | 76.04 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 13 | 0.67 | 0 | 0.91 | 0.41 | 103.91 | 0.84 | 0.32 |
| Hex | 32 | 97 | D | 43 | 0 | 5B | 29 | 68 | 54 | 20 |
| Octal | 62 | 227 | 15 | 103 | 0 | 133 | 51 | 150 | 124 | 40 |
| Binary | 110010 | 10010111 | 1101 | 1000011 | 0 | 1011011 | 101001 | 1101000 | 1010100 | 100000 |
Color Harmonies of #32970D
Complementary color
Monochromatic Colors of #32970D
Black with #32970D
Text Example
Text Example
White with #32970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32970D; }
p { color: rgb(50,151,13); }
H1.HeaderClassName
{
color: #32970D;
}
.AnyTagClassName
{
color: #32970D;
}
</style>
background-color css
<style>
a { background-color: #32970D; }
a { background-color: rgb(50,151,13); }
div.DivClassName
{
background-color: #32970D;
}
.BgClassName
{
background-color: #32970D;
}
</style>
border-color css
<style>
span { border-color: #32970D; }
span { border-color: rgb(50,151,13); }
td.TdClassName
{
border-color: #32970D;
}
.TagClassName
{
border-color: #32970D;
}
</style>