Shades of Dark Green #010505
Tints of Dark Green #010505
RGB
CMYK
RGB Variations
Color information
#010505 (or 0x010505) is known color: Dark Green. HEX triplet: 01, 05 and 05. RGB value is (1,5,5). Sum of RGB (Red+Green+Blue) = 1+5+5=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 5 (2.34% from 255 or 45.45% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #010505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010505 is #FEFAFA. Grayscale: #030303. Windows color (decimal): -16710395 or 328961. OLE color: 328961.
HSL color Cylindrical-coordinate representation of color #010505: hue angle of 180º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #010505 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 1 | 5 | 5 | - |
| CMYK | 0.80 | 0 | 0 | 0.98 |
| HSL | 180º | 0.67% | 0.01% | - |
| HSV(B) | 180º | 0.8% | 0.02% | - |
| XYZ | 0.09 | 0.13 | 0.16 | - |
| YUV | 3.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 5 | 0.80 | 0 | 0 | 0.98 | 180 | 0.67 | 0.01 |
| Hex | 1 | 5 | 5 | 50 | 0 | 0 | 62 | B4 | 43 | 1 |
| Octal | 1 | 5 | 5 | 120 | 0 | 0 | 142 | 264 | 103 | 1 |
| Binary | 1 | 101 | 101 | 1010000 | 0 | 0 | 1100010 | 10110100 | 1000011 | 1 |
Color Harmonies of #010505
Complementary color
Monochromatic Colors of #010505
Black with #010505
Text Example
Text Example
White with #010505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010505; }
p { color: rgb(1,5,5); }
H1.HeaderClassName
{
color: #010505;
}
.AnyTagClassName
{
color: #010505;
}
</style>
background-color css
<style>
a { background-color: #010505; }
a { background-color: rgb(1,5,5); }
div.DivClassName
{
background-color: #010505;
}
.BgClassName
{
background-color: #010505;
}
</style>
border-color css
<style>
span { border-color: #010505; }
span { border-color: rgb(1,5,5); }
td.TdClassName
{
border-color: #010505;
}
.TagClassName
{
border-color: #010505;
}
</style>