Shades of Dark Green #052213
Tints of Dark Green #052213
RGB
CMYK
RGB Variations
Color information
#052213 (or 0x052213) is known color: Dark Green. HEX triplet: 05, 22 and 13. RGB value is (5,34,19). Sum of RGB (Red+Green+Blue) = 5+34+19=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 34 (13.67% from 255 or 58.62% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 34 - color contains mainly: green. Hex color #052213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052213 is #FADDEC. Grayscale: #171717. Windows color (decimal): -16440813 or 1253893. OLE color: 1253893.
HSL color Cylindrical-coordinate representation of color #052213: hue angle of 148.97º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052213 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 34 | 19 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.87 |
| HSL | 148.97º | 0.74% | 0.08% | - |
| HSV(B) | 148.97º | 0.85% | 0.13% | - |
| XYZ | 0.75 | 1.22 | 0.81 | - |
| YUV | 23.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 19 | 0.85 | 0 | 0.44 | 0.87 | 148.97 | 0.74 | 0.08 |
| Hex | 5 | 22 | 13 | 55 | 0 | 2C | 57 | 95 | 4A | 8 |
| Octal | 5 | 42 | 23 | 125 | 0 | 54 | 127 | 225 | 112 | 10 |
| Binary | 101 | 100010 | 10011 | 1010101 | 0 | 101100 | 1010111 | 10010101 | 1001010 | 1000 |
Color Harmonies of #052213
Complementary color
Monochromatic Colors of #052213
Black with #052213
Text Example
Text Example
White with #052213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052213; }
p { color: rgb(5,34,19); }
H1.HeaderClassName
{
color: #052213;
}
.AnyTagClassName
{
color: #052213;
}
</style>
background-color css
<style>
a { background-color: #052213; }
a { background-color: rgb(5,34,19); }
div.DivClassName
{
background-color: #052213;
}
.BgClassName
{
background-color: #052213;
}
</style>
border-color css
<style>
span { border-color: #052213; }
span { border-color: rgb(5,34,19); }
td.TdClassName
{
border-color: #052213;
}
.TagClassName
{
border-color: #052213;
}
</style>