Shades of La Palma #33940D
Tints of La Palma #33940D
RGB
CMYK
RGB Variations
Color information
#33940D (or 0x33940D) is known color: La Palma. HEX triplet: 33, 94 and 0D. RGB value is (51,148,13). Sum of RGB (Red+Green+Blue) = 51+148+13=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #33940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33940D is #CC6BF2. Grayscale: #686868. Windows color (decimal): -13396979 or 889907. OLE color: 889907.
HSL color Cylindrical-coordinate representation of color #33940D: hue angle of 103.11º 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 #33940D is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 13 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.42 |
| HSL | 103.11º | 0.84% | 0.32% | - |
| HSV(B) | 103.11º | 0.91% | 0.58% | - |
| XYZ | 12.03 | 21.91 | 3.98 | - |
| YUV | 103.61 | 76.86 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 13 | 0.66 | 0 | 0.91 | 0.42 | 103.11 | 0.84 | 0.32 |
| Hex | 33 | 94 | D | 42 | 0 | 5B | 2A | 67 | 54 | 20 |
| Octal | 63 | 224 | 15 | 102 | 0 | 133 | 52 | 147 | 124 | 40 |
| Binary | 110011 | 10010100 | 1101 | 1000010 | 0 | 1011011 | 101010 | 1100111 | 1010100 | 100000 |
Color Harmonies of #33940D
Complementary color
Monochromatic Colors of #33940D
Black with #33940D
Text Example
Text Example
White with #33940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33940D; }
p { color: rgb(51,148,13); }
H1.HeaderClassName
{
color: #33940D;
}
.AnyTagClassName
{
color: #33940D;
}
</style>
background-color css
<style>
a { background-color: #33940D; }
a { background-color: rgb(51,148,13); }
div.DivClassName
{
background-color: #33940D;
}
.BgClassName
{
background-color: #33940D;
}
</style>
border-color css
<style>
span { border-color: #33940D; }
span { border-color: rgb(51,148,13); }
td.TdClassName
{
border-color: #33940D;
}
.TagClassName
{
border-color: #33940D;
}
</style>