Shades of Dark Green #052613
Tints of Dark Green #052613
RGB
CMYK
RGB Variations
Color information
#052613 (or 0x052613) is known color: Dark Green. HEX triplet: 05, 26 and 13. RGB value is (5,38,19). Sum of RGB (Red+Green+Blue) = 5+38+19=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #052613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052613 is #FAD9EC. Grayscale: #1A1A1A. Windows color (decimal): -16439789 or 1254917. OLE color: 1254917.
HSL color Cylindrical-coordinate representation of color #052613: hue angle of 145.45º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052613 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 19 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.85 |
| HSL | 145.45º | 0.77% | 0.08% | - |
| HSV(B) | 145.45º | 0.87% | 0.15% | - |
| XYZ | 0.87 | 1.47 | 0.85 | - |
| YUV | 25.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 19 | 0.87 | 0 | 0.50 | 0.85 | 145.45 | 0.77 | 0.08 |
| Hex | 5 | 26 | 13 | 57 | 0 | 32 | 55 | 91 | 4D | 8 |
| Octal | 5 | 46 | 23 | 127 | 0 | 62 | 125 | 221 | 115 | 10 |
| Binary | 101 | 100110 | 10011 | 1010111 | 0 | 110010 | 1010101 | 10010001 | 1001101 | 1000 |
Color Harmonies of #052613
Complementary color
Monochromatic Colors of #052613
Black with #052613
Text Example
Text Example
White with #052613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052613; }
p { color: rgb(5,38,19); }
H1.HeaderClassName
{
color: #052613;
}
.AnyTagClassName
{
color: #052613;
}
</style>
background-color css
<style>
a { background-color: #052613; }
a { background-color: rgb(5,38,19); }
div.DivClassName
{
background-color: #052613;
}
.BgClassName
{
background-color: #052613;
}
</style>
border-color css
<style>
span { border-color: #052613; }
span { border-color: rgb(5,38,19); }
td.TdClassName
{
border-color: #052613;
}
.TagClassName
{
border-color: #052613;
}
</style>