Shades of Dark Green #053518
Tints of Dark Green #053518
RGB
CMYK
RGB Variations
Color information
#053518 (or 0x053518) is known color: Dark Green. HEX triplet: 05, 35 and 18. RGB value is (5,53,24). Sum of RGB (Red+Green+Blue) = 5+53+24=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #053518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053518 is #FACAE7. Grayscale: #232323. Windows color (decimal): -16435944 or 1586437. OLE color: 1586437.
HSL color Cylindrical-coordinate representation of color #053518: hue angle of 143.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053518 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 24 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.79 |
| HSL | 143.75º | 0.83% | 0.11% | - |
| HSV(B) | 143.75º | 0.91% | 0.21% | - |
| XYZ | 1.5 | 2.64 | 1.3 | - |
| YUV | 35.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 24 | 0.91 | 0 | 0.55 | 0.79 | 143.75 | 0.83 | 0.11 |
| Hex | 5 | 35 | 18 | 5B | 0 | 37 | 4F | 90 | 53 | B |
| Octal | 5 | 65 | 30 | 133 | 0 | 67 | 117 | 220 | 123 | 13 |
| Binary | 101 | 110101 | 11000 | 1011011 | 0 | 110111 | 1001111 | 10010000 | 1010011 | 1011 |
Color Harmonies of #053518
Complementary color
Monochromatic Colors of #053518
Black with #053518
Text Example
Text Example
White with #053518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053518; }
p { color: rgb(5,53,24); }
H1.HeaderClassName
{
color: #053518;
}
.AnyTagClassName
{
color: #053518;
}
</style>
background-color css
<style>
a { background-color: #053518; }
a { background-color: rgb(5,53,24); }
div.DivClassName
{
background-color: #053518;
}
.BgClassName
{
background-color: #053518;
}
</style>
border-color css
<style>
span { border-color: #053518; }
span { border-color: rgb(5,53,24); }
td.TdClassName
{
border-color: #053518;
}
.TagClassName
{
border-color: #053518;
}
</style>