Shades of Dark Green #052619
Tints of Dark Green #052619
RGB
CMYK
RGB Variations
Color information
#052619 (or 0x052619) is known color: Dark Green. HEX triplet: 05, 26 and 19. RGB value is (5,38,25). Sum of RGB (Red+Green+Blue) = 5+38+25=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #052619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052619 is #FAD9E6. Grayscale: #1A1A1A. Windows color (decimal): -16439783 or 1648133. OLE color: 1648133.
HSL color Cylindrical-coordinate representation of color #052619: hue angle of 156.36º 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 #052619 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 25 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.85 |
| HSL | 156.36º | 0.77% | 0.08% | - |
| HSV(B) | 156.36º | 0.87% | 0.15% | - |
| XYZ | 0.93 | 1.49 | 1.16 | - |
| YUV | 26.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 25 | 0.87 | 0 | 0.34 | 0.85 | 156.36 | 0.77 | 0.08 |
| Hex | 5 | 26 | 19 | 57 | 0 | 22 | 55 | 9C | 4D | 8 |
| Octal | 5 | 46 | 31 | 127 | 0 | 42 | 125 | 234 | 115 | 10 |
| Binary | 101 | 100110 | 11001 | 1010111 | 0 | 100010 | 1010101 | 10011100 | 1001101 | 1000 |
Color Harmonies of #052619
Complementary color
Monochromatic Colors of #052619
Black with #052619
Text Example
Text Example
White with #052619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052619; }
p { color: rgb(5,38,25); }
H1.HeaderClassName
{
color: #052619;
}
.AnyTagClassName
{
color: #052619;
}
</style>
background-color css
<style>
a { background-color: #052619; }
a { background-color: rgb(5,38,25); }
div.DivClassName
{
background-color: #052619;
}
.BgClassName
{
background-color: #052619;
}
</style>
border-color css
<style>
span { border-color: #052619; }
span { border-color: rgb(5,38,25); }
td.TdClassName
{
border-color: #052619;
}
.TagClassName
{
border-color: #052619;
}
</style>