Shades of Dark Green #003513
Tints of Dark Green #003513
RGB
CMYK
RGB Variations
Color information
#003513 (or 0x003513) is known color: Dark Green. HEX triplet: 00, 35 and 13. RGB value is (0,53,19). Sum of RGB (Red+Green+Blue) = 0+53+19=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #003513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003513 is #FFCAEC. Grayscale: #212121. Windows color (decimal): -16763629 or 1258752. OLE color: 1258752.
HSL color Cylindrical-coordinate representation of color #003513: hue angle of 141.51º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003513 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 19 | - |
| CMYK | 1 | 0 | 0.64 | 0.79 |
| HSL | 141.51º | 1% | 0.1% | - |
| HSV(B) | 141.51º | 1% | 0.21% | - |
| XYZ | 1.39 | 2.59 | 1.04 | - |
| YUV | 33.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 19 | 1 | 0 | 0.64 | 0.79 | 141.51 | 1 | 0.1 |
| Hex | 0 | 35 | 13 | 64 | 0 | 40 | 4F | 8E | 64 | A |
| Octal | 0 | 65 | 23 | 144 | 0 | 100 | 117 | 216 | 144 | 12 |
| Binary | 0 | 110101 | 10011 | 1100100 | 0 | 1000000 | 1001111 | 10001110 | 1100100 | 1010 |
Color Harmonies of #003513
Complementary color
Monochromatic Colors of #003513
Black with #003513
Text Example
Text Example
White with #003513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003513; }
p { color: rgb(0,53,19); }
H1.HeaderClassName
{
color: #003513;
}
.AnyTagClassName
{
color: #003513;
}
</style>
background-color css
<style>
a { background-color: #003513; }
a { background-color: rgb(0,53,19); }
div.DivClassName
{
background-color: #003513;
}
.BgClassName
{
background-color: #003513;
}
</style>
border-color css
<style>
span { border-color: #003513; }
span { border-color: rgb(0,53,19); }
td.TdClassName
{
border-color: #003513;
}
.TagClassName
{
border-color: #003513;
}
</style>