Shades of Dark Green #013411
Tints of Dark Green #013411
RGB
CMYK
RGB Variations
Color information
#013411 (or 0x013411) is known color: Dark Green. HEX triplet: 01, 34 and 11. RGB value is (1,52,17). Sum of RGB (Red+Green+Blue) = 1+52+17=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #013411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013411 is #FECBEE. Grayscale: #202020. Windows color (decimal): -16698351 or 1127425. OLE color: 1127425.
HSL color Cylindrical-coordinate representation of color #013411: hue angle of 138.82º 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 #013411 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 52 | 17 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.80 |
| HSL | 138.82º | 0.96% | 0.1% | - |
| HSV(B) | 138.82º | 0.98% | 0.2% | - |
| XYZ | 1.34 | 2.5 | 0.94 | - |
| YUV | 32.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 17 | 0.98 | 0 | 0.67 | 0.80 | 138.82 | 0.96 | 0.1 |
| Hex | 1 | 34 | 11 | 62 | 0 | 43 | 50 | 8B | 60 | A |
| Octal | 1 | 64 | 21 | 142 | 0 | 103 | 120 | 213 | 140 | 12 |
| Binary | 1 | 110100 | 10001 | 1100010 | 0 | 1000011 | 1010000 | 10001011 | 1100000 | 1010 |
Color Harmonies of #013411
Complementary color
Monochromatic Colors of #013411
Black with #013411
Text Example
Text Example
White with #013411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013411; }
p { color: rgb(1,52,17); }
H1.HeaderClassName
{
color: #013411;
}
.AnyTagClassName
{
color: #013411;
}
</style>
background-color css
<style>
a { background-color: #013411; }
a { background-color: rgb(1,52,17); }
div.DivClassName
{
background-color: #013411;
}
.BgClassName
{
background-color: #013411;
}
</style>
border-color css
<style>
span { border-color: #013411; }
span { border-color: rgb(1,52,17); }
td.TdClassName
{
border-color: #013411;
}
.TagClassName
{
border-color: #013411;
}
</style>