Shades of Dark Green #003517
Tints of Dark Green #003517
RGB
CMYK
RGB Variations
Color information
#003517 (or 0x003517) is known color: Dark Green. HEX triplet: 00, 35 and 17. RGB value is (0,53,23). Sum of RGB (Red+Green+Blue) = 0+53+23=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #003517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003517 is #FFCAE8. Grayscale: #212121. Windows color (decimal): -16763625 or 1520896. OLE color: 1520896.
HSL color Cylindrical-coordinate representation of color #003517: hue angle of 146.04º 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 #003517 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 23 | - |
| CMYK | 1 | 0 | 0.57 | 0.79 |
| HSL | 146.04º | 1% | 0.1% | - |
| HSV(B) | 146.04º | 1% | 0.21% | - |
| XYZ | 1.43 | 2.61 | 1.24 | - |
| YUV | 33.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 23 | 1 | 0 | 0.57 | 0.79 | 146.04 | 1 | 0.1 |
| Hex | 0 | 35 | 17 | 64 | 0 | 39 | 4F | 92 | 64 | A |
| Octal | 0 | 65 | 27 | 144 | 0 | 71 | 117 | 222 | 144 | 12 |
| Binary | 0 | 110101 | 10111 | 1100100 | 0 | 111001 | 1001111 | 10010010 | 1100100 | 1010 |
Color Harmonies of #003517
Complementary color
Monochromatic Colors of #003517
Black with #003517
Text Example
Text Example
White with #003517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003517; }
p { color: rgb(0,53,23); }
H1.HeaderClassName
{
color: #003517;
}
.AnyTagClassName
{
color: #003517;
}
</style>
background-color css
<style>
a { background-color: #003517; }
a { background-color: rgb(0,53,23); }
div.DivClassName
{
background-color: #003517;
}
.BgClassName
{
background-color: #003517;
}
</style>
border-color css
<style>
span { border-color: #003517; }
span { border-color: rgb(0,53,23); }
td.TdClassName
{
border-color: #003517;
}
.TagClassName
{
border-color: #003517;
}
</style>