Shades of Dark Green #010404
Tints of Dark Green #010404
RGB
CMYK
RGB Variations
Color information
#010404 (or 0x010404) is known color: Dark Green. HEX triplet: 01, 04 and 04. RGB value is (1,4,4). Sum of RGB (Red+Green+Blue) = 1+4+4=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: green, blue. Hex color #010404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010404 is #FEFBFB. Grayscale: #030303. Windows color (decimal): -16710652 or 263169. OLE color: 263169.
HSL color Cylindrical-coordinate representation of color #010404: hue angle of 180º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010404 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 1 | 4 | 4 | - |
| CMYK | 0.75 | 0 | 0 | 0.98 |
| HSL | 180º | 0.6% | 0.01% | - |
| HSV(B) | 180º | 0.75% | 0.02% | - |
| XYZ | 0.08 | 0.1 | 0.13 | - |
| YUV | 3.1 | 128.51 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 4 | 0.75 | 0 | 0 | 0.98 | 180 | 0.6 | 0.01 |
| Hex | 1 | 4 | 4 | 4B | 0 | 0 | 62 | B4 | 3C | 1 |
| Octal | 1 | 4 | 4 | 113 | 0 | 0 | 142 | 264 | 74 | 1 |
| Binary | 1 | 100 | 100 | 1001011 | 0 | 0 | 1100010 | 10110100 | 111100 | 1 |
Color Harmonies of #010404
Complementary color
Monochromatic Colors of #010404
Black with #010404
Text Example
Text Example
White with #010404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010404; }
p { color: rgb(1,4,4); }
H1.HeaderClassName
{
color: #010404;
}
.AnyTagClassName
{
color: #010404;
}
</style>
background-color css
<style>
a { background-color: #010404; }
a { background-color: rgb(1,4,4); }
div.DivClassName
{
background-color: #010404;
}
.BgClassName
{
background-color: #010404;
}
</style>
border-color css
<style>
span { border-color: #010404; }
span { border-color: rgb(1,4,4); }
td.TdClassName
{
border-color: #010404;
}
.TagClassName
{
border-color: #010404;
}
</style>