Shades of Dark Green #000904
Tints of Dark Green #000904
RGB
CMYK
RGB Variations
Color information
#000904 (or 0x000904) is known color: Dark Green. HEX triplet: 00, 09 and 04. RGB value is (0,9,4). Sum of RGB (Red+Green+Blue) = 0+9+4=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 9 (3.91% from 255 or 69.23% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 9 - color contains mainly: green. Hex color #000904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000904 is #FFF6FB. Grayscale: #050505. Windows color (decimal): -16774908 or 264448. OLE color: 264448.
HSL color Cylindrical-coordinate representation of color #000904: hue angle of 146.67º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000904 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.96.
Color convert
RGB | 0 | 9 | 4 | - |
CMYK | 1 | 0 | 0.56 | 0.96 |
HSL | 146.67º | 1% | 0.02% | - |
HSV(B) | 146.67º | 1% | 0.04% | - |
XYZ | 0.12 | 0.2 | 0.15 | - |
YUV | 5.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 9 | 4 | 1 | 0 | 0.56 | 0.96 | 146.67 | 1 | 0.02 |
Hex | 0 | 9 | 4 | 64 | 0 | 38 | 60 | 93 | 64 | 2 |
Octal | 0 | 11 | 4 | 144 | 0 | 70 | 140 | 223 | 144 | 2 |
Binary | 0 | 1001 | 100 | 1100100 | 0 | 111000 | 1100000 | 10010011 | 1100100 | 10 |
Color Harmonies of #000904
Complementary color
Monochromatic Colors of #000904
Black with #000904
Text Example
Text Example
White with #000904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000904; }
p { color: rgb(0,9,4); }
H1.HeaderClassName
{
color: #000904;
}
.AnyTagClassName
{
color: #000904;
}
</style>
background-color css
<style>
a { background-color: #000904; }
a { background-color: rgb(0,9,4); }
div.DivClassName
{
background-color: #000904;
}
.BgClassName
{
background-color: #000904;
}
</style>
border-color css
<style>
span { border-color: #000904; }
span { border-color: rgb(0,9,4); }
td.TdClassName
{
border-color: #000904;
}
.TagClassName
{
border-color: #000904;
}
</style>