Shades of Dark Green #052210
Tints of Dark Green #052210
RGB
CMYK
RGB Variations
Color information
#052210 (or 0x052210) is known color: Dark Green. HEX triplet: 05, 22 and 10. RGB value is (5,34,16). Sum of RGB (Red+Green+Blue) = 5+34+16=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #052210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052210 is #FADDEF. Grayscale: #171717. Windows color (decimal): -16440816 or 1057285. OLE color: 1057285.
HSL color Cylindrical-coordinate representation of color #052210: hue angle of 142.76º 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 #052210 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 34 | 16 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.87 |
| HSL | 142.76º | 0.74% | 0.08% | - |
| HSV(B) | 142.76º | 0.85% | 0.13% | - |
| XYZ | 0.73 | 1.21 | 0.69 | - |
| YUV | 23.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 16 | 0.85 | 0 | 0.53 | 0.87 | 142.76 | 0.74 | 0.08 |
| Hex | 5 | 22 | 10 | 55 | 0 | 35 | 57 | 8F | 4A | 8 |
| Octal | 5 | 42 | 20 | 125 | 0 | 65 | 127 | 217 | 112 | 10 |
| Binary | 101 | 100010 | 10000 | 1010101 | 0 | 110101 | 1010111 | 10001111 | 1001010 | 1000 |
Color Harmonies of #052210
Complementary color
Monochromatic Colors of #052210
Black with #052210
Text Example
Text Example
White with #052210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052210; }
p { color: rgb(5,34,16); }
H1.HeaderClassName
{
color: #052210;
}
.AnyTagClassName
{
color: #052210;
}
</style>
background-color css
<style>
a { background-color: #052210; }
a { background-color: rgb(5,34,16); }
div.DivClassName
{
background-color: #052210;
}
.BgClassName
{
background-color: #052210;
}
</style>
border-color css
<style>
span { border-color: #052210; }
span { border-color: rgb(5,34,16); }
td.TdClassName
{
border-color: #052210;
}
.TagClassName
{
border-color: #052210;
}
</style>