Shades of Dark Green #013621
Tints of Dark Green #013621
RGB
CMYK
RGB Variations
Color information
#013621 (or 0x013621) is known color: Dark Green. HEX triplet: 01, 36 and 21. RGB value is (1,54,33). Sum of RGB (Red+Green+Blue) = 1+54+33=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 54 (21.48% from 255 or 61.36% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 54 - color contains mainly: green. Hex color #013621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013621 is #FEC9DE. Grayscale: #232323. Windows color (decimal): -16697823 or 2176513. OLE color: 2176513.
HSL color Cylindrical-coordinate representation of color #013621: hue angle of 156.23º 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 #013621 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 33 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.79 |
| HSL | 156.23º | 0.96% | 0.11% | - |
| HSV(B) | 156.23º | 0.98% | 0.21% | - |
| XYZ | 1.61 | 2.75 | 1.89 | - |
| YUV | 35.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 33 | 0.98 | 0 | 0.39 | 0.79 | 156.23 | 0.96 | 0.11 |
| Hex | 1 | 36 | 21 | 62 | 0 | 27 | 4F | 9C | 60 | B |
| Octal | 1 | 66 | 41 | 142 | 0 | 47 | 117 | 234 | 140 | 13 |
| Binary | 1 | 110110 | 100001 | 1100010 | 0 | 100111 | 1001111 | 10011100 | 1100000 | 1011 |
Color Harmonies of #013621
Complementary color
Monochromatic Colors of #013621
Black with #013621
Text Example
Text Example
White with #013621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013621; }
p { color: rgb(1,54,33); }
H1.HeaderClassName
{
color: #013621;
}
.AnyTagClassName
{
color: #013621;
}
</style>
background-color css
<style>
a { background-color: #013621; }
a { background-color: rgb(1,54,33); }
div.DivClassName
{
background-color: #013621;
}
.BgClassName
{
background-color: #013621;
}
</style>
border-color css
<style>
span { border-color: #013621; }
span { border-color: rgb(1,54,33); }
td.TdClassName
{
border-color: #013621;
}
.TagClassName
{
border-color: #013621;
}
</style>