Shades of Dark Green #013614
Tints of Dark Green #013614
RGB
CMYK
RGB Variations
Color information
#013614 (or 0x013614) is known color: Dark Green. HEX triplet: 01, 36 and 14. RGB value is (1,54,20). Sum of RGB (Red+Green+Blue) = 1+54+20=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #013614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013614 is #FEC9EB. Grayscale: #222222. Windows color (decimal): -16697836 or 1324545. OLE color: 1324545.
HSL color Cylindrical-coordinate representation of color #013614: hue angle of 141.51º 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 #013614 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 20 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.79 |
| HSL | 141.51º | 0.96% | 0.11% | - |
| HSV(B) | 141.51º | 0.98% | 0.21% | - |
| XYZ | 1.46 | 2.7 | 1.11 | - |
| YUV | 34.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 20 | 0.98 | 0 | 0.63 | 0.79 | 141.51 | 0.96 | 0.11 |
| Hex | 1 | 36 | 14 | 62 | 0 | 3F | 4F | 8E | 60 | B |
| Octal | 1 | 66 | 24 | 142 | 0 | 77 | 117 | 216 | 140 | 13 |
| Binary | 1 | 110110 | 10100 | 1100010 | 0 | 111111 | 1001111 | 10001110 | 1100000 | 1011 |
Color Harmonies of #013614
Complementary color
Monochromatic Colors of #013614
Black with #013614
Text Example
Text Example
White with #013614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013614; }
p { color: rgb(1,54,20); }
H1.HeaderClassName
{
color: #013614;
}
.AnyTagClassName
{
color: #013614;
}
</style>
background-color css
<style>
a { background-color: #013614; }
a { background-color: rgb(1,54,20); }
div.DivClassName
{
background-color: #013614;
}
.BgClassName
{
background-color: #013614;
}
</style>
border-color css
<style>
span { border-color: #013614; }
span { border-color: rgb(1,54,20); }
td.TdClassName
{
border-color: #013614;
}
.TagClassName
{
border-color: #013614;
}
</style>