Shades of Dark Green #003613
Tints of Dark Green #003613
RGB
CMYK
RGB Variations
Color information
#003613 (or 0x003613) is known color: Dark Green. HEX triplet: 00, 36 and 13. RGB value is (0,54,19). Sum of RGB (Red+Green+Blue) = 0+54+19=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #003613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003613 is #FFC9EC. Grayscale: #212121. Windows color (decimal): -16763373 or 1259008. OLE color: 1259008.
HSL color Cylindrical-coordinate representation of color #003613: hue angle of 141.11º 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 #003613 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 19 | - |
| CMYK | 1 | 0 | 0.65 | 0.79 |
| HSL | 141.11º | 1% | 0.11% | - |
| HSV(B) | 141.11º | 1% | 0.21% | - |
| XYZ | 1.44 | 2.69 | 1.06 | - |
| YUV | 33.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 19 | 1 | 0 | 0.65 | 0.79 | 141.11 | 1 | 0.11 |
| Hex | 0 | 36 | 13 | 64 | 0 | 41 | 4F | 8D | 64 | B |
| Octal | 0 | 66 | 23 | 144 | 0 | 101 | 117 | 215 | 144 | 13 |
| Binary | 0 | 110110 | 10011 | 1100100 | 0 | 1000001 | 1001111 | 10001101 | 1100100 | 1011 |
Color Harmonies of #003613
Complementary color
Monochromatic Colors of #003613
Black with #003613
Text Example
Text Example
White with #003613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003613; }
p { color: rgb(0,54,19); }
H1.HeaderClassName
{
color: #003613;
}
.AnyTagClassName
{
color: #003613;
}
</style>
background-color css
<style>
a { background-color: #003613; }
a { background-color: rgb(0,54,19); }
div.DivClassName
{
background-color: #003613;
}
.BgClassName
{
background-color: #003613;
}
</style>
border-color css
<style>
span { border-color: #003613; }
span { border-color: rgb(0,54,19); }
td.TdClassName
{
border-color: #003613;
}
.TagClassName
{
border-color: #003613;
}
</style>