Shades of Dark Green #053419
Tints of Dark Green #053419
RGB
CMYK
RGB Variations
Color information
#053419 (or 0x053419) is known color: Dark Green. HEX triplet: 05, 34 and 19. RGB value is (5,52,25). Sum of RGB (Red+Green+Blue) = 5+52+25=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #053419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053419 is #FACBE6. Grayscale: #222222. Windows color (decimal): -16436199 or 1651717. OLE color: 1651717.
HSL color Cylindrical-coordinate representation of color #053419: hue angle of 145.53º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053419 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 25 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.80 |
| HSL | 145.53º | 0.82% | 0.11% | - |
| HSV(B) | 145.53º | 0.9% | 0.2% | - |
| XYZ | 1.47 | 2.56 | 1.34 | - |
| YUV | 34.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 25 | 0.90 | 0 | 0.52 | 0.80 | 145.53 | 0.82 | 0.11 |
| Hex | 5 | 34 | 19 | 5A | 0 | 34 | 50 | 92 | 52 | B |
| Octal | 5 | 64 | 31 | 132 | 0 | 64 | 120 | 222 | 122 | 13 |
| Binary | 101 | 110100 | 11001 | 1011010 | 0 | 110100 | 1010000 | 10010010 | 1010010 | 1011 |
Color Harmonies of #053419
Complementary color
Monochromatic Colors of #053419
Black with #053419
Text Example
Text Example
White with #053419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053419; }
p { color: rgb(5,52,25); }
H1.HeaderClassName
{
color: #053419;
}
.AnyTagClassName
{
color: #053419;
}
</style>
background-color css
<style>
a { background-color: #053419; }
a { background-color: rgb(5,52,25); }
div.DivClassName
{
background-color: #053419;
}
.BgClassName
{
background-color: #053419;
}
</style>
border-color css
<style>
span { border-color: #053419; }
span { border-color: rgb(5,52,25); }
td.TdClassName
{
border-color: #053419;
}
.TagClassName
{
border-color: #053419;
}
</style>