Shades of Dark Green #040605
Tints of Dark Green #040605
RGB
CMYK
RGB Variations
Color information
#040605 (or 0x040605) is known color: Dark Green. HEX triplet: 04, 06 and 05. RGB value is (4,6,5). Sum of RGB (Red+Green+Blue) = 4+6+5=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 6 - color contains mainly: green. Hex color #040605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040605 is #FBF9FA. Grayscale: #050505. Windows color (decimal): -16513531 or 329220. OLE color: 329220.
HSL color Cylindrical-coordinate representation of color #040605: hue angle of 150º degrees, saturation: 0.2, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #040605 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 6 | 5 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.98 |
| HSL | 150º | 0.2% | 0.02% | - |
| HSV(B) | 150º | 0.33% | 0.02% | - |
| XYZ | 0.14 | 0.17 | 0.17 | - |
| YUV | 5.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 5 | 0.33 | 0 | 0.17 | 0.98 | 150 | 0.2 | 0.02 |
| Hex | 4 | 6 | 5 | 21 | 0 | 11 | 62 | 96 | 14 | 2 |
| Octal | 4 | 6 | 5 | 41 | 0 | 21 | 142 | 226 | 24 | 2 |
| Binary | 100 | 110 | 101 | 100001 | 0 | 10001 | 1100010 | 10010110 | 10100 | 10 |
Color Harmonies of #040605
Complementary color
Monochromatic Colors of #040605
Black with #040605
Text Example
Text Example
White with #040605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040605; }
p { color: rgb(4,6,5); }
H1.HeaderClassName
{
color: #040605;
}
.AnyTagClassName
{
color: #040605;
}
</style>
background-color css
<style>
a { background-color: #040605; }
a { background-color: rgb(4,6,5); }
div.DivClassName
{
background-color: #040605;
}
.BgClassName
{
background-color: #040605;
}
</style>
border-color css
<style>
span { border-color: #040605; }
span { border-color: rgb(4,6,5); }
td.TdClassName
{
border-color: #040605;
}
.TagClassName
{
border-color: #040605;
}
</style>