Shades of Dark Green #003618
Tints of Dark Green #003618
RGB
CMYK
RGB Variations
Color information
#003618 (or 0x003618) is known color: Dark Green. HEX triplet: 00, 36 and 18. RGB value is (0,54,24). Sum of RGB (Red+Green+Blue) = 0+54+24=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 54 (21.48% from 255 or 69.23% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 54 - color contains mainly: green. Hex color #003618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003618 is #FFC9E7. Grayscale: #222222. Windows color (decimal): -16763368 or 1586688. OLE color: 1586688.
HSL color Cylindrical-coordinate representation of color #003618: hue angle of 146.67º 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 #003618 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 24 | - |
| CMYK | 1 | 0 | 0.56 | 0.79 |
| HSL | 146.67º | 1% | 0.11% | - |
| HSV(B) | 146.67º | 1% | 0.21% | - |
| XYZ | 1.48 | 2.7 | 1.31 | - |
| YUV | 34.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 24 | 1 | 0 | 0.56 | 0.79 | 146.67 | 1 | 0.11 |
| Hex | 0 | 36 | 18 | 64 | 0 | 38 | 4F | 93 | 64 | B |
| Octal | 0 | 66 | 30 | 144 | 0 | 70 | 117 | 223 | 144 | 13 |
| Binary | 0 | 110110 | 11000 | 1100100 | 0 | 111000 | 1001111 | 10010011 | 1100100 | 1011 |
Color Harmonies of #003618
Complementary color
Monochromatic Colors of #003618
Black with #003618
Text Example
Text Example
White with #003618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003618; }
p { color: rgb(0,54,24); }
H1.HeaderClassName
{
color: #003618;
}
.AnyTagClassName
{
color: #003618;
}
</style>
background-color css
<style>
a { background-color: #003618; }
a { background-color: rgb(0,54,24); }
div.DivClassName
{
background-color: #003618;
}
.BgClassName
{
background-color: #003618;
}
</style>
border-color css
<style>
span { border-color: #003618; }
span { border-color: rgb(0,54,24); }
td.TdClassName
{
border-color: #003618;
}
.TagClassName
{
border-color: #003618;
}
</style>