Shades of La Palma #33950D
Tints of La Palma #33950D
RGB
CMYK
RGB Variations
Color information
#33950D (or 0x33950D) is known color: La Palma. HEX triplet: 33, 95 and 0D. RGB value is (51,149,13). Sum of RGB (Red+Green+Blue) = 51+149+13=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #33950D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33950D is #CC6AF2. Grayscale: #686868. Windows color (decimal): -13396723 or 890163. OLE color: 890163.
HSL color Cylindrical-coordinate representation of color #33950D: hue angle of 103.24º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33950D is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 13 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.42 |
| HSL | 103.24º | 0.84% | 0.32% | - |
| HSV(B) | 103.24º | 0.91% | 0.58% | - |
| XYZ | 12.19 | 22.23 | 4.03 | - |
| YUV | 104.19 | 76.53 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 13 | 0.66 | 0 | 0.91 | 0.42 | 103.24 | 0.84 | 0.32 |
| Hex | 33 | 95 | D | 42 | 0 | 5B | 2A | 67 | 54 | 20 |
| Octal | 63 | 225 | 15 | 102 | 0 | 133 | 52 | 147 | 124 | 40 |
| Binary | 110011 | 10010101 | 1101 | 1000010 | 0 | 1011011 | 101010 | 1100111 | 1010100 | 100000 |
Color Harmonies of #33950D
Complementary color
Monochromatic Colors of #33950D
Black with #33950D
Text Example
Text Example
White with #33950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33950D; }
p { color: rgb(51,149,13); }
H1.HeaderClassName
{
color: #33950D;
}
.AnyTagClassName
{
color: #33950D;
}
</style>
background-color css
<style>
a { background-color: #33950D; }
a { background-color: rgb(51,149,13); }
div.DivClassName
{
background-color: #33950D;
}
.BgClassName
{
background-color: #33950D;
}
</style>
border-color css
<style>
span { border-color: #33950D; }
span { border-color: rgb(51,149,13); }
td.TdClassName
{
border-color: #33950D;
}
.TagClassName
{
border-color: #33950D;
}
</style>