Shades of La Palma #33970C
Tints of La Palma #33970C
RGB
CMYK
RGB Variations
Color information
#33970C (or 0x33970C) is known color: La Palma. HEX triplet: 33, 97 and 0C. RGB value is (51,151,12). Sum of RGB (Red+Green+Blue) = 51+151+12=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #33970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33970C is #CC68F3. Grayscale: #696969. Windows color (decimal): -13396212 or 825139. OLE color: 825139.
HSL color Cylindrical-coordinate representation of color #33970C: hue angle of 103.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33970C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 151 | 12 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.41 |
| HSL | 103.17º | 0.85% | 0.32% | - |
| HSV(B) | 103.17º | 0.92% | 0.59% | - |
| XYZ | 12.5 | 22.86 | 4.1 | - |
| YUV | 105.25 | 75.37 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 12 | 0.66 | 0 | 0.92 | 0.41 | 103.17 | 0.85 | 0.32 |
| Hex | 33 | 97 | C | 42 | 0 | 5C | 29 | 67 | 55 | 20 |
| Octal | 63 | 227 | 14 | 102 | 0 | 134 | 51 | 147 | 125 | 40 |
| Binary | 110011 | 10010111 | 1100 | 1000010 | 0 | 1011100 | 101001 | 1100111 | 1010101 | 100000 |
Color Harmonies of #33970C
Complementary color
Monochromatic Colors of #33970C
Black with #33970C
Text Example
Text Example
White with #33970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33970C; }
p { color: rgb(51,151,12); }
H1.HeaderClassName
{
color: #33970C;
}
.AnyTagClassName
{
color: #33970C;
}
</style>
background-color css
<style>
a { background-color: #33970C; }
a { background-color: rgb(51,151,12); }
div.DivClassName
{
background-color: #33970C;
}
.BgClassName
{
background-color: #33970C;
}
</style>
border-color css
<style>
span { border-color: #33970C; }
span { border-color: rgb(51,151,12); }
td.TdClassName
{
border-color: #33970C;
}
.TagClassName
{
border-color: #33970C;
}
</style>