Shades of Dark Green #003625
Tints of Dark Green #003625
RGB
CMYK
RGB Variations
Color information
#003625 (or 0x003625) is known color: Dark Green. HEX triplet: 00, 36 and 25. RGB value is (0,54,37). Sum of RGB (Red+Green+Blue) = 0+54+37=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #003625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003625 is #FFC9DA. Grayscale: #232323. Windows color (decimal): -16763355 or 2438656. OLE color: 2438656.
HSL color Cylindrical-coordinate representation of color #003625: hue angle of 161.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 #003625 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 54 | 37 | - |
| CMYK | 1 | 0 | 0.31 | 0.79 |
| HSL | 161.11º | 1% | 0.11% | - |
| HSV(B) | 161.11º | 1% | 0.21% | - |
| XYZ | 1.65 | 2.77 | 2.2 | - |
| YUV | 35.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 54 | 37 | 1 | 0 | 0.31 | 0.79 | 161.11 | 1 | 0.11 |
| Hex | 0 | 36 | 25 | 64 | 0 | 1F | 4F | A1 | 64 | B |
| Octal | 0 | 66 | 45 | 144 | 0 | 37 | 117 | 241 | 144 | 13 |
| Binary | 0 | 110110 | 100101 | 1100100 | 0 | 11111 | 1001111 | 10100001 | 1100100 | 1011 |
Color Harmonies of #003625
Complementary color
Monochromatic Colors of #003625
Black with #003625
Text Example
Text Example
White with #003625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003625; }
p { color: rgb(0,54,37); }
H1.HeaderClassName
{
color: #003625;
}
.AnyTagClassName
{
color: #003625;
}
</style>
background-color css
<style>
a { background-color: #003625; }
a { background-color: rgb(0,54,37); }
div.DivClassName
{
background-color: #003625;
}
.BgClassName
{
background-color: #003625;
}
</style>
border-color css
<style>
span { border-color: #003625; }
span { border-color: rgb(0,54,37); }
td.TdClassName
{
border-color: #003625;
}
.TagClassName
{
border-color: #003625;
}
</style>