Shades of Dark Green #000504
Tints of Dark Green #000504
RGB
CMYK
RGB Variations
Color information
#000504 (or 0x000504) is known color: Dark Green. HEX triplet: 00, 05 and 04. RGB value is (0,5,4). Sum of RGB (Red+Green+Blue) = 0+5+4=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #000504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000504 is #FFFAFB. Grayscale: #030303. Windows color (decimal): -16775932 or 263424. OLE color: 263424.
HSL color Cylindrical-coordinate representation of color #000504: hue angle of 168º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000504 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.98.
Color convert
RGB | 0 | 5 | 4 | - |
CMYK | 1 | 0 | 0.20 | 0.98 |
HSL | 168º | 1% | 0.01% | - |
HSV(B) | 168º | 1% | 0.02% | - |
XYZ | 0.08 | 0.12 | 0.13 | - |
YUV | 3.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 5 | 4 | 1 | 0 | 0.20 | 0.98 | 168 | 1 | 0.01 |
Hex | 0 | 5 | 4 | 64 | 0 | 14 | 62 | A8 | 64 | 1 |
Octal | 0 | 5 | 4 | 144 | 0 | 24 | 142 | 250 | 144 | 1 |
Binary | 0 | 101 | 100 | 1100100 | 0 | 10100 | 1100010 | 10101000 | 1100100 | 1 |
Color Harmonies of #000504
Complementary color
Monochromatic Colors of #000504
Black with #000504
Text Example
Text Example
White with #000504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000504; }
p { color: rgb(0,5,4); }
H1.HeaderClassName
{
color: #000504;
}
.AnyTagClassName
{
color: #000504;
}
</style>
background-color css
<style>
a { background-color: #000504; }
a { background-color: rgb(0,5,4); }
div.DivClassName
{
background-color: #000504;
}
.BgClassName
{
background-color: #000504;
}
</style>
border-color css
<style>
span { border-color: #000504; }
span { border-color: rgb(0,5,4); }
td.TdClassName
{
border-color: #000504;
}
.TagClassName
{
border-color: #000504;
}
</style>