Shades of Dark Green #052722
Tints of Dark Green #052722
RGB
CMYK
RGB Variations
Color information
#052722 (or 0x052722) is known color: Dark Green. HEX triplet: 05, 27 and 22. RGB value is (5,39,34). Sum of RGB (Red+Green+Blue) = 5+39+34=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 34 (13.67% from 255 or 43.59% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #052722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052722 is #FAD8DD. Grayscale: #1C1C1C. Windows color (decimal): -16439518 or 2238213. OLE color: 2238213.
HSL color Cylindrical-coordinate representation of color #052722: hue angle of 171.18º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052722 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 34 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.85 |
| HSL | 171.18º | 0.77% | 0.09% | - |
| HSV(B) | 171.18º | 0.87% | 0.15% | - |
| XYZ | 1.08 | 1.6 | 1.77 | - |
| YUV | 28.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 34 | 0.87 | 0 | 0.13 | 0.85 | 171.18 | 0.77 | 0.09 |
| Hex | 5 | 27 | 22 | 57 | 0 | D | 55 | AB | 4D | 9 |
| Octal | 5 | 47 | 42 | 127 | 0 | 15 | 125 | 253 | 115 | 11 |
| Binary | 101 | 100111 | 100010 | 1010111 | 0 | 1101 | 1010101 | 10101011 | 1001101 | 1001 |
Color Harmonies of #052722
Complementary color
Monochromatic Colors of #052722
Black with #052722
Text Example
Text Example
White with #052722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052722; }
p { color: rgb(5,39,34); }
H1.HeaderClassName
{
color: #052722;
}
.AnyTagClassName
{
color: #052722;
}
</style>
background-color css
<style>
a { background-color: #052722; }
a { background-color: rgb(5,39,34); }
div.DivClassName
{
background-color: #052722;
}
.BgClassName
{
background-color: #052722;
}
</style>
border-color css
<style>
span { border-color: #052722; }
span { border-color: rgb(5,39,34); }
td.TdClassName
{
border-color: #052722;
}
.TagClassName
{
border-color: #052722;
}
</style>