Shades of Dark Green #033516
Tints of Dark Green #033516
RGB
CMYK
RGB Variations
Color information
#033516 (or 0x033516) is known color: Dark Green. HEX triplet: 03, 35 and 16. RGB value is (3,53,22). Sum of RGB (Red+Green+Blue) = 3+53+22=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #033516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033516 is #FCCAE9. Grayscale: #222222. Windows color (decimal): -16567018 or 1455363. OLE color: 1455363.
HSL color Cylindrical-coordinate representation of color #033516: hue angle of 142.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033516 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 53 | 22 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.79 |
| HSL | 142.8º | 0.89% | 0.11% | - |
| HSV(B) | 142.8º | 0.94% | 0.21% | - |
| XYZ | 1.46 | 2.62 | 1.19 | - |
| YUV | 34.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 22 | 0.94 | 0 | 0.58 | 0.79 | 142.8 | 0.89 | 0.11 |
| Hex | 3 | 35 | 16 | 5E | 0 | 3A | 4F | 8F | 59 | B |
| Octal | 3 | 65 | 26 | 136 | 0 | 72 | 117 | 217 | 131 | 13 |
| Binary | 11 | 110101 | 10110 | 1011110 | 0 | 111010 | 1001111 | 10001111 | 1011001 | 1011 |
Color Harmonies of #033516
Complementary color
Monochromatic Colors of #033516
Black with #033516
Text Example
Text Example
White with #033516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033516; }
p { color: rgb(3,53,22); }
H1.HeaderClassName
{
color: #033516;
}
.AnyTagClassName
{
color: #033516;
}
</style>
background-color css
<style>
a { background-color: #033516; }
a { background-color: rgb(3,53,22); }
div.DivClassName
{
background-color: #033516;
}
.BgClassName
{
background-color: #033516;
}
</style>
border-color css
<style>
span { border-color: #033516; }
span { border-color: rgb(3,53,22); }
td.TdClassName
{
border-color: #033516;
}
.TagClassName
{
border-color: #033516;
}
</style>