Shades of Dark Green #04190B
Tints of Dark Green #04190B
RGB
CMYK
RGB Variations
Color information
#04190B (or 0x04190B) is known color: Dark Green. HEX triplet: 04, 19 and 0B. RGB value is (4,25,11). Sum of RGB (Red+Green+Blue) = 4+25+11=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #04190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04190B is #FBE6F4. Grayscale: #111111. Windows color (decimal): -16508661 or 727300. OLE color: 727300.
HSL color Cylindrical-coordinate representation of color #04190B: hue angle of 140º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #04190B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 25 | 11 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.90 |
| HSL | 140º | 0.72% | 0.06% | - |
| HSV(B) | 140º | 0.84% | 0.1% | - |
| XYZ | 0.46 | 0.75 | 0.44 | - |
| YUV | 17.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 25 | 11 | 0.84 | 0 | 0.56 | 0.90 | 140 | 0.72 | 0.06 |
| Hex | 4 | 19 | B | 54 | 0 | 38 | 5A | 8C | 48 | 6 |
| Octal | 4 | 31 | 13 | 124 | 0 | 70 | 132 | 214 | 110 | 6 |
| Binary | 100 | 11001 | 1011 | 1010100 | 0 | 111000 | 1011010 | 10001100 | 1001000 | 110 |
Color Harmonies of #04190B
Complementary color
Monochromatic Colors of #04190B
Black with #04190B
Text Example
Text Example
White with #04190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04190B; }
p { color: rgb(4,25,11); }
H1.HeaderClassName
{
color: #04190B;
}
.AnyTagClassName
{
color: #04190B;
}
</style>
background-color css
<style>
a { background-color: #04190B; }
a { background-color: rgb(4,25,11); }
div.DivClassName
{
background-color: #04190B;
}
.BgClassName
{
background-color: #04190B;
}
</style>
border-color css
<style>
span { border-color: #04190B; }
span { border-color: rgb(4,25,11); }
td.TdClassName
{
border-color: #04190B;
}
.TagClassName
{
border-color: #04190B;
}
</style>