Shades of Dark Green #052617
Tints of Dark Green #052617
RGB
CMYK
RGB Variations
Color information
#052617 (or 0x052617) is known color: Dark Green. HEX triplet: 05, 26 and 17. RGB value is (5,38,23). Sum of RGB (Red+Green+Blue) = 5+38+23=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #052617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052617 is #FAD9E8. Grayscale: #1A1A1A. Windows color (decimal): -16439785 or 1517061. OLE color: 1517061.
HSL color Cylindrical-coordinate representation of color #052617: hue angle of 152.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052617 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 23 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.85 |
| HSL | 152.73º | 0.77% | 0.08% | - |
| HSV(B) | 152.73º | 0.87% | 0.15% | - |
| XYZ | 0.91 | 1.48 | 1.05 | - |
| YUV | 26.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 23 | 0.87 | 0 | 0.39 | 0.85 | 152.73 | 0.77 | 0.08 |
| Hex | 5 | 26 | 17 | 57 | 0 | 27 | 55 | 99 | 4D | 8 |
| Octal | 5 | 46 | 27 | 127 | 0 | 47 | 125 | 231 | 115 | 10 |
| Binary | 101 | 100110 | 10111 | 1010111 | 0 | 100111 | 1010101 | 10011001 | 1001101 | 1000 |
Color Harmonies of #052617
Complementary color
Monochromatic Colors of #052617
Black with #052617
Text Example
Text Example
White with #052617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052617; }
p { color: rgb(5,38,23); }
H1.HeaderClassName
{
color: #052617;
}
.AnyTagClassName
{
color: #052617;
}
</style>
background-color css
<style>
a { background-color: #052617; }
a { background-color: rgb(5,38,23); }
div.DivClassName
{
background-color: #052617;
}
.BgClassName
{
background-color: #052617;
}
</style>
border-color css
<style>
span { border-color: #052617; }
span { border-color: rgb(5,38,23); }
td.TdClassName
{
border-color: #052617;
}
.TagClassName
{
border-color: #052617;
}
</style>