Shades of Dark Green #042613
Tints of Dark Green #042613
RGB
CMYK
RGB Variations
Color information
#042613 (or 0x042613) is known color: Dark Green. HEX triplet: 04, 26 and 13. RGB value is (4,38,19). Sum of RGB (Red+Green+Blue) = 4+38+19=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #042613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042613 is #FBD9EC. Grayscale: #191919. Windows color (decimal): -16505325 or 1254916. OLE color: 1254916.
HSL color Cylindrical-coordinate representation of color #042613: hue angle of 146.47º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042613 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 38 | 19 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.85 |
| HSL | 146.47º | 0.81% | 0.08% | - |
| HSV(B) | 146.47º | 0.89% | 0.15% | - |
| XYZ | 0.86 | 1.46 | 0.85 | - |
| YUV | 25.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 19 | 0.89 | 0 | 0.50 | 0.85 | 146.47 | 0.81 | 0.08 |
| Hex | 4 | 26 | 13 | 59 | 0 | 32 | 55 | 92 | 51 | 8 |
| Octal | 4 | 46 | 23 | 131 | 0 | 62 | 125 | 222 | 121 | 10 |
| Binary | 100 | 100110 | 10011 | 1011001 | 0 | 110010 | 1010101 | 10010010 | 1010001 | 1000 |
Color Harmonies of #042613
Complementary color
Monochromatic Colors of #042613
Black with #042613
Text Example
Text Example
White with #042613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042613; }
p { color: rgb(4,38,19); }
H1.HeaderClassName
{
color: #042613;
}
.AnyTagClassName
{
color: #042613;
}
</style>
background-color css
<style>
a { background-color: #042613; }
a { background-color: rgb(4,38,19); }
div.DivClassName
{
background-color: #042613;
}
.BgClassName
{
background-color: #042613;
}
</style>
border-color css
<style>
span { border-color: #042613; }
span { border-color: rgb(4,38,19); }
td.TdClassName
{
border-color: #042613;
}
.TagClassName
{
border-color: #042613;
}
</style>