Shades of Dark Green #013518
Tints of Dark Green #013518
RGB
CMYK
RGB Variations
Color information
#013518 (or 0x013518) is known color: Dark Green. HEX triplet: 01, 35 and 18. RGB value is (1,53,24). Sum of RGB (Red+Green+Blue) = 1+53+24=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 53 (21.09% from 255 or 67.95% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 53 - color contains mainly: green. Hex color #013518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013518 is #FECAE7. Grayscale: #222222. Windows color (decimal): -16698088 or 1586433. OLE color: 1586433.
HSL color Cylindrical-coordinate representation of color #013518: hue angle of 146.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013518 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 24 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.79 |
| HSL | 146.54º | 0.96% | 0.11% | - |
| HSV(B) | 146.54º | 0.98% | 0.21% | - |
| XYZ | 1.45 | 2.62 | 1.29 | - |
| YUV | 34.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 24 | 0.98 | 0 | 0.55 | 0.79 | 146.54 | 0.96 | 0.11 |
| Hex | 1 | 35 | 18 | 62 | 0 | 37 | 4F | 93 | 60 | B |
| Octal | 1 | 65 | 30 | 142 | 0 | 67 | 117 | 223 | 140 | 13 |
| Binary | 1 | 110101 | 11000 | 1100010 | 0 | 110111 | 1001111 | 10010011 | 1100000 | 1011 |
Color Harmonies of #013518
Complementary color
Monochromatic Colors of #013518
Black with #013518
Text Example
Text Example
White with #013518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013518; }
p { color: rgb(1,53,24); }
H1.HeaderClassName
{
color: #013518;
}
.AnyTagClassName
{
color: #013518;
}
</style>
background-color css
<style>
a { background-color: #013518; }
a { background-color: rgb(1,53,24); }
div.DivClassName
{
background-color: #013518;
}
.BgClassName
{
background-color: #013518;
}
</style>
border-color css
<style>
span { border-color: #013518; }
span { border-color: rgb(1,53,24); }
td.TdClassName
{
border-color: #013518;
}
.TagClassName
{
border-color: #013518;
}
</style>