Shades of Dark Green #052013
Tints of Dark Green #052013
RGB
CMYK
RGB Variations
Color information
#052013 (or 0x052013) is known color: Dark Green. HEX triplet: 05, 20 and 13. RGB value is (5,32,19). Sum of RGB (Red+Green+Blue) = 5+32+19=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #052013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052013 is #FADFEC. Grayscale: #161616. Windows color (decimal): -16441325 or 1253381. OLE color: 1253381.
HSL color Cylindrical-coordinate representation of color #052013: hue angle of 151.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052013 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
RGB | 5 | 32 | 19 | - |
CMYK | 0.84 | 0 | 0.41 | 0.87 |
HSL | 151.11º | 0.73% | 0.07% | - |
HSV(B) | 151.11º | 0.84% | 0.13% | - |
XYZ | 0.7 | 1.11 | 0.79 | - |
YUV | 22.45 | 126.05 | 115.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 32 | 19 | 0.84 | 0 | 0.41 | 0.87 | 151.11 | 0.73 | 0.07 |
Hex | 5 | 20 | 13 | 54 | 0 | 29 | 57 | 97 | 49 | 7 |
Octal | 5 | 40 | 23 | 124 | 0 | 51 | 127 | 227 | 111 | 7 |
Binary | 101 | 100000 | 10011 | 1010100 | 0 | 101001 | 1010111 | 10010111 | 1001001 | 111 |
Color Harmonies of #052013
Complementary color
Monochromatic Colors of #052013
Black with #052013
Text Example
Text Example
White with #052013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052013; }
p { color: rgb(5,32,19); }
H1.HeaderClassName
{
color: #052013;
}
.AnyTagClassName
{
color: #052013;
}
</style>
background-color css
<style>
a { background-color: #052013; }
a { background-color: rgb(5,32,19); }
div.DivClassName
{
background-color: #052013;
}
.BgClassName
{
background-color: #052013;
}
</style>
border-color css
<style>
span { border-color: #052013; }
span { border-color: rgb(5,32,19); }
td.TdClassName
{
border-color: #052013;
}
.TagClassName
{
border-color: #052013;
}
</style>