Shades of Dark Green #003718
Tints of Dark Green #003718
RGB
CMYK
RGB Variations
Color information
#003718 (or 0x003718) is known color: Dark Green. HEX triplet: 00, 37 and 18. RGB value is (0,55,24). Sum of RGB (Red+Green+Blue) = 0+55+24=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 55 (21.88% from 255 or 69.62% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 55 - color contains mainly: green. Hex color #003718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003718 is #FFC8E7. Grayscale: #232323. Windows color (decimal): -16763112 or 1586944. OLE color: 1586944.
HSL color Cylindrical-coordinate representation of color #003718: hue angle of 146.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003718 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 55 | 24 | - |
| CMYK | 1 | 0 | 0.56 | 0.78 |
| HSL | 146.18º | 1% | 0.11% | - |
| HSV(B) | 146.18º | 1% | 0.22% | - |
| XYZ | 1.53 | 2.8 | 1.32 | - |
| YUV | 35.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 24 | 1 | 0 | 0.56 | 0.78 | 146.18 | 1 | 0.11 |
| Hex | 0 | 37 | 18 | 64 | 0 | 38 | 4E | 92 | 64 | B |
| Octal | 0 | 67 | 30 | 144 | 0 | 70 | 116 | 222 | 144 | 13 |
| Binary | 0 | 110111 | 11000 | 1100100 | 0 | 111000 | 1001110 | 10010010 | 1100100 | 1011 |
Color Harmonies of #003718
Complementary color
Monochromatic Colors of #003718
Black with #003718
Text Example
Text Example
White with #003718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003718; }
p { color: rgb(0,55,24); }
H1.HeaderClassName
{
color: #003718;
}
.AnyTagClassName
{
color: #003718;
}
</style>
background-color css
<style>
a { background-color: #003718; }
a { background-color: rgb(0,55,24); }
div.DivClassName
{
background-color: #003718;
}
.BgClassName
{
background-color: #003718;
}
</style>
border-color css
<style>
span { border-color: #003718; }
span { border-color: rgb(0,55,24); }
td.TdClassName
{
border-color: #003718;
}
.TagClassName
{
border-color: #003718;
}
</style>