Shades of Dark Green #052816
Tints of Dark Green #052816
RGB
CMYK
RGB Variations
Color information
#052816 (or 0x052816) is known color: Dark Green. HEX triplet: 05, 28 and 16. RGB value is (5,40,22). Sum of RGB (Red+Green+Blue) = 5+40+22=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #052816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052816 is #FAD7E9. Grayscale: #1B1B1B. Windows color (decimal): -16439274 or 1452037. OLE color: 1452037.
HSL color Cylindrical-coordinate representation of color #052816: hue angle of 149.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052816 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 22 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.84 |
| HSL | 149.14º | 0.78% | 0.09% | - |
| HSV(B) | 149.14º | 0.88% | 0.16% | - |
| XYZ | 0.97 | 1.61 | 1.02 | - |
| YUV | 27.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 22 | 0.88 | 0 | 0.45 | 0.84 | 149.14 | 0.78 | 0.09 |
| Hex | 5 | 28 | 16 | 58 | 0 | 2D | 54 | 95 | 4E | 9 |
| Octal | 5 | 50 | 26 | 130 | 0 | 55 | 124 | 225 | 116 | 11 |
| Binary | 101 | 101000 | 10110 | 1011000 | 0 | 101101 | 1010100 | 10010101 | 1001110 | 1001 |
Color Harmonies of #052816
Complementary color
Monochromatic Colors of #052816
Black with #052816
Text Example
Text Example
White with #052816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052816; }
p { color: rgb(5,40,22); }
H1.HeaderClassName
{
color: #052816;
}
.AnyTagClassName
{
color: #052816;
}
</style>
background-color css
<style>
a { background-color: #052816; }
a { background-color: rgb(5,40,22); }
div.DivClassName
{
background-color: #052816;
}
.BgClassName
{
background-color: #052816;
}
</style>
border-color css
<style>
span { border-color: #052816; }
span { border-color: rgb(5,40,22); }
td.TdClassName
{
border-color: #052816;
}
.TagClassName
{
border-color: #052816;
}
</style>