Shades of Dark Green #000505
Tints of Dark Green #000505
RGB
CMYK
RGB Variations
Color information
#000505 (or 0x000505) is known color: Dark Green. HEX triplet: 00, 05 and 05. RGB value is (0,5,5). Sum of RGB (Red+Green+Blue) = 0+5+5=10 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #000505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000505 is #FFFAFA. Grayscale: #030303. Windows color (decimal): -16775931 or 328960. OLE color: 328960.
HSL color Cylindrical-coordinate representation of color #000505: hue angle of 180º 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 #000505 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 0 | 5 | 5 | - |
CMYK | 1 | 0 | 0 | 0.98 |
HSL | 180º | 1% | 0.01% | - |
HSV(B) | 180º | 1% | 0.02% | - |
XYZ | 0.08 | 0.12 | 0.16 | - |
YUV | 3.51 | 128.84 | 125.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 5 | 5 | 1 | 0 | 0 | 0.98 | 180 | 1 | 0.01 |
Hex | 0 | 5 | 5 | 64 | 0 | 0 | 62 | B4 | 64 | 1 |
Octal | 0 | 5 | 5 | 144 | 0 | 0 | 142 | 264 | 144 | 1 |
Binary | 0 | 101 | 101 | 1100100 | 0 | 0 | 1100010 | 10110100 | 1100100 | 1 |
Color Harmonies of #000505
Complementary color
Monochromatic Colors of #000505
Black with #000505
Text Example
Text Example
White with #000505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000505; }
p { color: rgb(0,5,5); }
H1.HeaderClassName
{
color: #000505;
}
.AnyTagClassName
{
color: #000505;
}
</style>
background-color css
<style>
a { background-color: #000505; }
a { background-color: rgb(0,5,5); }
div.DivClassName
{
background-color: #000505;
}
.BgClassName
{
background-color: #000505;
}
</style>
border-color css
<style>
span { border-color: #000505; }
span { border-color: rgb(0,5,5); }
td.TdClassName
{
border-color: #000505;
}
.TagClassName
{
border-color: #000505;
}
</style>