Shades of Dark Green #003510
Tints of Dark Green #003510
RGB
CMYK
RGB Variations
Color information
#003510 (or 0x003510) is known color: Dark Green. HEX triplet: 00, 35 and 10. RGB value is (0,53,16). Sum of RGB (Red+Green+Blue) = 0+53+16=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 53 (21.09% from 255 or 76.81% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 53 - color contains mainly: green. Hex color #003510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003510 is #FFCAEF. Grayscale: #212121. Windows color (decimal): -16763632 or 1062144. OLE color: 1062144.
HSL color Cylindrical-coordinate representation of color #003510: hue angle of 138.11º 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 #003510 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 16 | - |
| CMYK | 1 | 0 | 0.70 | 0.79 |
| HSL | 138.11º | 1% | 0.1% | - |
| HSV(B) | 138.11º | 1% | 0.21% | - |
| XYZ | 1.37 | 2.58 | 0.92 | - |
| YUV | 32.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 16 | 1 | 0 | 0.70 | 0.79 | 138.11 | 1 | 0.1 |
| Hex | 0 | 35 | 10 | 64 | 0 | 46 | 4F | 8A | 64 | A |
| Octal | 0 | 65 | 20 | 144 | 0 | 106 | 117 | 212 | 144 | 12 |
| Binary | 0 | 110101 | 10000 | 1100100 | 0 | 1000110 | 1001111 | 10001010 | 1100100 | 1010 |
Color Harmonies of #003510
Complementary color
Monochromatic Colors of #003510
Black with #003510
Text Example
Text Example
White with #003510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003510; }
p { color: rgb(0,53,16); }
H1.HeaderClassName
{
color: #003510;
}
.AnyTagClassName
{
color: #003510;
}
</style>
background-color css
<style>
a { background-color: #003510; }
a { background-color: rgb(0,53,16); }
div.DivClassName
{
background-color: #003510;
}
.BgClassName
{
background-color: #003510;
}
</style>
border-color css
<style>
span { border-color: #003510; }
span { border-color: rgb(0,53,16); }
td.TdClassName
{
border-color: #003510;
}
.TagClassName
{
border-color: #003510;
}
</style>