Shades of Dark Green #013316
Tints of Dark Green #013316
RGB
CMYK
RGB Variations
Color information
#013316 (or 0x013316) is known color: Dark Green. HEX triplet: 01, 33 and 16. RGB value is (1,51,22). Sum of RGB (Red+Green+Blue) = 1+51+22=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #013316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013316 is #FECCE9. Grayscale: #202020. Windows color (decimal): -16698602 or 1454849. OLE color: 1454849.
HSL color Cylindrical-coordinate representation of color #013316: hue angle of 145.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013316 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 22 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.8 |
| HSL | 145.2º | 0.96% | 0.1% | - |
| HSV(B) | 145.2º | 0.98% | 0.2% | - |
| XYZ | 1.34 | 2.43 | 1.16 | - |
| YUV | 32.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 22 | 0.98 | 0 | 0.57 | 0.8 | 145.2 | 0.96 | 0.1 |
| Hex | 1 | 33 | 16 | 62 | 0 | 39 | 50 | 91 | 60 | A |
| Octal | 1 | 63 | 26 | 142 | 0 | 71 | 120 | 221 | 140 | 12 |
| Binary | 1 | 110011 | 10110 | 1100010 | 0 | 111001 | 1010000 | 10010001 | 1100000 | 1010 |
Color Harmonies of #013316
Complementary color
Monochromatic Colors of #013316
Black with #013316
Text Example
Text Example
White with #013316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013316; }
p { color: rgb(1,51,22); }
H1.HeaderClassName
{
color: #013316;
}
.AnyTagClassName
{
color: #013316;
}
</style>
background-color css
<style>
a { background-color: #013316; }
a { background-color: rgb(1,51,22); }
div.DivClassName
{
background-color: #013316;
}
.BgClassName
{
background-color: #013316;
}
</style>
border-color css
<style>
span { border-color: #013316; }
span { border-color: rgb(1,51,22); }
td.TdClassName
{
border-color: #013316;
}
.TagClassName
{
border-color: #013316;
}
</style>