Shades of Dark Green #052718
Tints of Dark Green #052718
RGB
CMYK
RGB Variations
Color information
#052718 (or 0x052718) is known color: Dark Green. HEX triplet: 05, 27 and 18. RGB value is (5,39,24). Sum of RGB (Red+Green+Blue) = 5+39+24=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #052718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052718 is #FAD8E7. Grayscale: #1B1B1B. Windows color (decimal): -16439528 or 1582853. OLE color: 1582853.
HSL color Cylindrical-coordinate representation of color #052718: hue angle of 153.53º 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 #052718 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 24 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.85 |
| HSL | 153.53º | 0.77% | 0.09% | - |
| HSV(B) | 153.53º | 0.87% | 0.15% | - |
| XYZ | 0.95 | 1.55 | 1.11 | - |
| YUV | 27.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 24 | 0.87 | 0 | 0.38 | 0.85 | 153.53 | 0.77 | 0.09 |
| Hex | 5 | 27 | 18 | 57 | 0 | 26 | 55 | 9A | 4D | 9 |
| Octal | 5 | 47 | 30 | 127 | 0 | 46 | 125 | 232 | 115 | 11 |
| Binary | 101 | 100111 | 11000 | 1010111 | 0 | 100110 | 1010101 | 10011010 | 1001101 | 1001 |
Color Harmonies of #052718
Complementary color
Monochromatic Colors of #052718
Black with #052718
Text Example
Text Example
White with #052718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052718; }
p { color: rgb(5,39,24); }
H1.HeaderClassName
{
color: #052718;
}
.AnyTagClassName
{
color: #052718;
}
</style>
background-color css
<style>
a { background-color: #052718; }
a { background-color: rgb(5,39,24); }
div.DivClassName
{
background-color: #052718;
}
.BgClassName
{
background-color: #052718;
}
</style>
border-color css
<style>
span { border-color: #052718; }
span { border-color: rgb(5,39,24); }
td.TdClassName
{
border-color: #052718;
}
.TagClassName
{
border-color: #052718;
}
</style>