Shades of Dark Green #013624
Tints of Dark Green #013624
RGB
CMYK
RGB Variations
Color information
#013624 (or 0x013624) is known color: Dark Green. HEX triplet: 01, 36 and 24. RGB value is (1,54,36). Sum of RGB (Red+Green+Blue) = 1+54+36=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #013624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013624 is #FEC9DB. Grayscale: #242424. Windows color (decimal): -16697820 or 2373121. OLE color: 2373121.
HSL color Cylindrical-coordinate representation of color #013624: hue angle of 159.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013624 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 36 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.79 |
| HSL | 159.62º | 0.96% | 0.11% | - |
| HSV(B) | 159.62º | 0.98% | 0.21% | - |
| XYZ | 1.65 | 2.77 | 2.12 | - |
| YUV | 36.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 36 | 0.98 | 0 | 0.33 | 0.79 | 159.62 | 0.96 | 0.11 |
| Hex | 1 | 36 | 24 | 62 | 0 | 21 | 4F | A0 | 60 | B |
| Octal | 1 | 66 | 44 | 142 | 0 | 41 | 117 | 240 | 140 | 13 |
| Binary | 1 | 110110 | 100100 | 1100010 | 0 | 100001 | 1001111 | 10100000 | 1100000 | 1011 |
Color Harmonies of #013624
Complementary color
Monochromatic Colors of #013624
Black with #013624
Text Example
Text Example
White with #013624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013624; }
p { color: rgb(1,54,36); }
H1.HeaderClassName
{
color: #013624;
}
.AnyTagClassName
{
color: #013624;
}
</style>
background-color css
<style>
a { background-color: #013624; }
a { background-color: rgb(1,54,36); }
div.DivClassName
{
background-color: #013624;
}
.BgClassName
{
background-color: #013624;
}
</style>
border-color css
<style>
span { border-color: #013624; }
span { border-color: rgb(1,54,36); }
td.TdClassName
{
border-color: #013624;
}
.TagClassName
{
border-color: #013624;
}
</style>