Shades of Dark Green #013623
Tints of Dark Green #013623
RGB
CMYK
RGB Variations
Color information
#013623 (or 0x013623) is known color: Dark Green. HEX triplet: 01, 36 and 23. RGB value is (1,54,35). Sum of RGB (Red+Green+Blue) = 1+54+35=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #013623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013623 is #FEC9DC. Grayscale: #242424. Windows color (decimal): -16697821 or 2307585. OLE color: 2307585.
HSL color Cylindrical-coordinate representation of color #013623: hue angle of 158.49º 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 #013623 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 35 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.79 |
| HSL | 158.49º | 0.96% | 0.11% | - |
| HSV(B) | 158.49º | 0.98% | 0.21% | - |
| XYZ | 1.64 | 2.77 | 2.04 | - |
| YUV | 35.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 35 | 0.98 | 0 | 0.35 | 0.79 | 158.49 | 0.96 | 0.11 |
| Hex | 1 | 36 | 23 | 62 | 0 | 23 | 4F | 9E | 60 | B |
| Octal | 1 | 66 | 43 | 142 | 0 | 43 | 117 | 236 | 140 | 13 |
| Binary | 1 | 110110 | 100011 | 1100010 | 0 | 100011 | 1001111 | 10011110 | 1100000 | 1011 |
Color Harmonies of #013623
Complementary color
Monochromatic Colors of #013623
Black with #013623
Text Example
Text Example
White with #013623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013623; }
p { color: rgb(1,54,35); }
H1.HeaderClassName
{
color: #013623;
}
.AnyTagClassName
{
color: #013623;
}
</style>
background-color css
<style>
a { background-color: #013623; }
a { background-color: rgb(1,54,35); }
div.DivClassName
{
background-color: #013623;
}
.BgClassName
{
background-color: #013623;
}
</style>
border-color css
<style>
span { border-color: #013623; }
span { border-color: rgb(1,54,35); }
td.TdClassName
{
border-color: #013623;
}
.TagClassName
{
border-color: #013623;
}
</style>