Shades of Dark Green #043113
Tints of Dark Green #043113
RGB
CMYK
RGB Variations
Color information
#043113 (or 0x043113) is known color: Dark Green. HEX triplet: 04, 31 and 13. RGB value is (4,49,19). Sum of RGB (Red+Green+Blue) = 4+49+19=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #043113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043113 is #FBCEEC. Grayscale: #202020. Windows color (decimal): -16502509 or 1257732. OLE color: 1257732.
HSL color Cylindrical-coordinate representation of color #043113: hue angle of 140º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043113 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 49 | 19 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.81 |
| HSL | 140º | 0.85% | 0.1% | - |
| HSV(B) | 140º | 0.92% | 0.19% | - |
| XYZ | 1.27 | 2.27 | 0.99 | - |
| YUV | 32.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 19 | 0.92 | 0 | 0.61 | 0.81 | 140 | 0.85 | 0.1 |
| Hex | 4 | 31 | 13 | 5C | 0 | 3D | 51 | 8C | 55 | A |
| Octal | 4 | 61 | 23 | 134 | 0 | 75 | 121 | 214 | 125 | 12 |
| Binary | 100 | 110001 | 10011 | 1011100 | 0 | 111101 | 1010001 | 10001100 | 1010101 | 1010 |
Color Harmonies of #043113
Complementary color
Monochromatic Colors of #043113
Black with #043113
Text Example
Text Example
White with #043113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043113; }
p { color: rgb(4,49,19); }
H1.HeaderClassName
{
color: #043113;
}
.AnyTagClassName
{
color: #043113;
}
</style>
background-color css
<style>
a { background-color: #043113; }
a { background-color: rgb(4,49,19); }
div.DivClassName
{
background-color: #043113;
}
.BgClassName
{
background-color: #043113;
}
</style>
border-color css
<style>
span { border-color: #043113; }
span { border-color: rgb(4,49,19); }
td.TdClassName
{
border-color: #043113;
}
.TagClassName
{
border-color: #043113;
}
</style>