Shades of Dark Green #040505
Tints of Dark Green #040505
RGB
CMYK
RGB Variations
Color information
#040505 (or 0x040505) is known color: Dark Green. HEX triplet: 04, 05 and 05. RGB value is (4,5,5). Sum of RGB (Red+Green+Blue) = 4+5+5=14 (1% of max value = 765). Red value is 4 (1.95% from 255 or 28.57% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #040505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040505 is #FBFAFA. Grayscale: #040404. Windows color (decimal): -16513787 or 328964. OLE color: 328964.
HSL color Cylindrical-coordinate representation of color #040505: hue angle of 180º degrees, saturation: 0.11, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #040505 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 5 | 5 | - |
| CMYK | 0.20 | 0 | 0 | 0.98 |
| HSL | 180º | 0.11% | 0.02% | - |
| HSV(B) | 180º | 0.2% | 0.02% | - |
| XYZ | 0.13 | 0.15 | 0.16 | - |
| YUV | 4.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 5 | 0.20 | 0 | 0 | 0.98 | 180 | 0.11 | 0.02 |
| Hex | 4 | 5 | 5 | 14 | 0 | 0 | 62 | B4 | B | 2 |
| Octal | 4 | 5 | 5 | 24 | 0 | 0 | 142 | 264 | 13 | 2 |
| Binary | 100 | 101 | 101 | 10100 | 0 | 0 | 1100010 | 10110100 | 1011 | 10 |
Color Harmonies of #040505
Complementary color
Monochromatic Colors of #040505
Black with #040505
Text Example
Text Example
White with #040505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040505; }
p { color: rgb(4,5,5); }
H1.HeaderClassName
{
color: #040505;
}
.AnyTagClassName
{
color: #040505;
}
</style>
background-color css
<style>
a { background-color: #040505; }
a { background-color: rgb(4,5,5); }
div.DivClassName
{
background-color: #040505;
}
.BgClassName
{
background-color: #040505;
}
</style>
border-color css
<style>
span { border-color: #040505; }
span { border-color: rgb(4,5,5); }
td.TdClassName
{
border-color: #040505;
}
.TagClassName
{
border-color: #040505;
}
</style>