Shades of Dark Green #052513
Tints of Dark Green #052513
RGB
CMYK
RGB Variations
Color information
#052513 (or 0x052513) is known color: Dark Green. HEX triplet: 05, 25 and 13. RGB value is (5,37,19). Sum of RGB (Red+Green+Blue) = 5+37+19=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #052513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052513 is #FADAEC. Grayscale: #191919. Windows color (decimal): -16440045 or 1254661. OLE color: 1254661.
HSL color Cylindrical-coordinate representation of color #052513: hue angle of 146.25º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052513 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 19 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.85 |
| HSL | 146.25º | 0.76% | 0.08% | - |
| HSV(B) | 146.25º | 0.86% | 0.15% | - |
| XYZ | 0.84 | 1.4 | 0.84 | - |
| YUV | 25.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 19 | 0.86 | 0 | 0.49 | 0.85 | 146.25 | 0.76 | 0.08 |
| Hex | 5 | 25 | 13 | 56 | 0 | 31 | 55 | 92 | 4C | 8 |
| Octal | 5 | 45 | 23 | 126 | 0 | 61 | 125 | 222 | 114 | 10 |
| Binary | 101 | 100101 | 10011 | 1010110 | 0 | 110001 | 1010101 | 10010010 | 1001100 | 1000 |
Color Harmonies of #052513
Complementary color
Monochromatic Colors of #052513
Black with #052513
Text Example
Text Example
White with #052513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052513; }
p { color: rgb(5,37,19); }
H1.HeaderClassName
{
color: #052513;
}
.AnyTagClassName
{
color: #052513;
}
</style>
background-color css
<style>
a { background-color: #052513; }
a { background-color: rgb(5,37,19); }
div.DivClassName
{
background-color: #052513;
}
.BgClassName
{
background-color: #052513;
}
</style>
border-color css
<style>
span { border-color: #052513; }
span { border-color: rgb(5,37,19); }
td.TdClassName
{
border-color: #052513;
}
.TagClassName
{
border-color: #052513;
}
</style>