Shades of Dark Green #052116
Tints of Dark Green #052116
RGB
CMYK
RGB Variations
Color information
#052116 (or 0x052116) is known color: Dark Green. HEX triplet: 05, 21 and 16. RGB value is (5,33,22). Sum of RGB (Red+Green+Blue) = 5+33+22=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #052116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052116 is #FADEE9. Grayscale: #171717. Windows color (decimal): -16441066 or 1450245. OLE color: 1450245.
HSL color Cylindrical-coordinate representation of color #052116: hue angle of 156.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052116 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 22 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.87 |
| HSL | 156.43º | 0.74% | 0.07% | - |
| HSV(B) | 156.43º | 0.85% | 0.13% | - |
| XYZ | 0.75 | 1.18 | 0.95 | - |
| YUV | 23.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 22 | 0.85 | 0 | 0.33 | 0.87 | 156.43 | 0.74 | 0.07 |
| Hex | 5 | 21 | 16 | 55 | 0 | 21 | 57 | 9C | 4A | 7 |
| Octal | 5 | 41 | 26 | 125 | 0 | 41 | 127 | 234 | 112 | 7 |
| Binary | 101 | 100001 | 10110 | 1010101 | 0 | 100001 | 1010111 | 10011100 | 1001010 | 111 |
Color Harmonies of #052116
Complementary color
Monochromatic Colors of #052116
Black with #052116
Text Example
Text Example
White with #052116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052116; }
p { color: rgb(5,33,22); }
H1.HeaderClassName
{
color: #052116;
}
.AnyTagClassName
{
color: #052116;
}
</style>
background-color css
<style>
a { background-color: #052116; }
a { background-color: rgb(5,33,22); }
div.DivClassName
{
background-color: #052116;
}
.BgClassName
{
background-color: #052116;
}
</style>
border-color css
<style>
span { border-color: #052116; }
span { border-color: rgb(5,33,22); }
td.TdClassName
{
border-color: #052116;
}
.TagClassName
{
border-color: #052116;
}
</style>