Shades of Dark Green #003614
Tints of Dark Green #003614
RGB
CMYK
RGB Variations
Color information
#003614 (or 0x003614) is known color: Dark Green. HEX triplet: 00, 36 and 14. RGB value is (0,54,20). Sum of RGB (Red+Green+Blue) = 0+54+20=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #003614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003614 is #FFC9EB. Grayscale: #222222. Windows color (decimal): -16763372 or 1324544. OLE color: 1324544.
HSL color Cylindrical-coordinate representation of color #003614: hue angle of 142.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003614 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 20 | - |
| CMYK | 1 | 0 | 0.63 | 0.79 |
| HSL | 142.22º | 1% | 0.11% | - |
| HSV(B) | 142.22º | 1% | 0.21% | - |
| XYZ | 1.45 | 2.69 | 1.1 | - |
| YUV | 33.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 20 | 1 | 0 | 0.63 | 0.79 | 142.22 | 1 | 0.11 |
| Hex | 0 | 36 | 14 | 64 | 0 | 3F | 4F | 8E | 64 | B |
| Octal | 0 | 66 | 24 | 144 | 0 | 77 | 117 | 216 | 144 | 13 |
| Binary | 0 | 110110 | 10100 | 1100100 | 0 | 111111 | 1001111 | 10001110 | 1100100 | 1011 |
Color Harmonies of #003614
Complementary color
Monochromatic Colors of #003614
Black with #003614
Text Example
Text Example
White with #003614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003614; }
p { color: rgb(0,54,20); }
H1.HeaderClassName
{
color: #003614;
}
.AnyTagClassName
{
color: #003614;
}
</style>
background-color css
<style>
a { background-color: #003614; }
a { background-color: rgb(0,54,20); }
div.DivClassName
{
background-color: #003614;
}
.BgClassName
{
background-color: #003614;
}
</style>
border-color css
<style>
span { border-color: #003614; }
span { border-color: rgb(0,54,20); }
td.TdClassName
{
border-color: #003614;
}
.TagClassName
{
border-color: #003614;
}
</style>