Shades of La Palma #33980D
Tints of La Palma #33980D
RGB
CMYK
RGB Variations
Color information
#33980D (or 0x33980D) is known color: La Palma. HEX triplet: 33, 98 and 0D. RGB value is (51,152,13). Sum of RGB (Red+Green+Blue) = 51+152+13=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 152 (59.77% from 255 or 70.37% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 152 - color contains mainly: green. Hex color #33980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33980D is #CC67F2. Grayscale: #6A6A6A. Windows color (decimal): -13395955 or 890931. OLE color: 890931.
HSL color Cylindrical-coordinate representation of color #33980D: hue angle of 103.6º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33980D is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 13 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.40 |
| HSL | 103.6º | 0.84% | 0.32% | - |
| HSV(B) | 103.6º | 0.91% | 0.6% | - |
| XYZ | 12.67 | 23.19 | 4.19 | - |
| YUV | 105.96 | 75.54 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 13 | 0.66 | 0 | 0.91 | 0.40 | 103.6 | 0.84 | 0.32 |
| Hex | 33 | 98 | D | 42 | 0 | 5B | 28 | 68 | 54 | 20 |
| Octal | 63 | 230 | 15 | 102 | 0 | 133 | 50 | 150 | 124 | 40 |
| Binary | 110011 | 10011000 | 1101 | 1000010 | 0 | 1011011 | 101000 | 1101000 | 1010100 | 100000 |
Color Harmonies of #33980D
Complementary color
Monochromatic Colors of #33980D
Black with #33980D
Text Example
Text Example
White with #33980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33980D; }
p { color: rgb(51,152,13); }
H1.HeaderClassName
{
color: #33980D;
}
.AnyTagClassName
{
color: #33980D;
}
</style>
background-color css
<style>
a { background-color: #33980D; }
a { background-color: rgb(51,152,13); }
div.DivClassName
{
background-color: #33980D;
}
.BgClassName
{
background-color: #33980D;
}
</style>
border-color css
<style>
span { border-color: #33980D; }
span { border-color: rgb(51,152,13); }
td.TdClassName
{
border-color: #33980D;
}
.TagClassName
{
border-color: #33980D;
}
</style>