Shades of Dark Green #013416
Tints of Dark Green #013416
RGB
CMYK
RGB Variations
Color information
#013416 (or 0x013416) is known color: Dark Green. HEX triplet: 01, 34 and 16. RGB value is (1,52,22). Sum of RGB (Red+Green+Blue) = 1+52+22=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #013416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013416 is #FECBE9. Grayscale: #212121. Windows color (decimal): -16698346 or 1455105. OLE color: 1455105.
HSL color Cylindrical-coordinate representation of color #013416: hue angle of 144.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013416 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 52 | 22 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.80 |
| HSL | 144.71º | 0.96% | 0.1% | - |
| HSV(B) | 144.71º | 0.98% | 0.2% | - |
| XYZ | 1.39 | 2.52 | 1.17 | - |
| YUV | 33.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 22 | 0.98 | 0 | 0.58 | 0.80 | 144.71 | 0.96 | 0.1 |
| Hex | 1 | 34 | 16 | 62 | 0 | 3A | 50 | 91 | 60 | A |
| Octal | 1 | 64 | 26 | 142 | 0 | 72 | 120 | 221 | 140 | 12 |
| Binary | 1 | 110100 | 10110 | 1100010 | 0 | 111010 | 1010000 | 10010001 | 1100000 | 1010 |
Color Harmonies of #013416
Complementary color
Monochromatic Colors of #013416
Black with #013416
Text Example
Text Example
White with #013416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013416; }
p { color: rgb(1,52,22); }
H1.HeaderClassName
{
color: #013416;
}
.AnyTagClassName
{
color: #013416;
}
</style>
background-color css
<style>
a { background-color: #013416; }
a { background-color: rgb(1,52,22); }
div.DivClassName
{
background-color: #013416;
}
.BgClassName
{
background-color: #013416;
}
</style>
border-color css
<style>
span { border-color: #013416; }
span { border-color: rgb(1,52,22); }
td.TdClassName
{
border-color: #013416;
}
.TagClassName
{
border-color: #013416;
}
</style>