Shades of Dark Green #051712
Tints of Dark Green #051712
RGB
CMYK
RGB Variations
Color information
#051712 (or 0x051712) is known color: Dark Green. HEX triplet: 05, 17 and 12. RGB value is (5,23,18). Sum of RGB (Red+Green+Blue) = 5+23+18=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #051712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051712 is #FAE8ED. Grayscale: #111111. Windows color (decimal): -16443630 or 1185541. OLE color: 1185541.
HSL color Cylindrical-coordinate representation of color #051712: hue angle of 163.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051712 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 23 | 18 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.91 |
| HSL | 163.33º | 0.64% | 0.05% | - |
| HSV(B) | 163.33º | 0.78% | 0.09% | - |
| XYZ | 0.48 | 0.69 | 0.68 | - |
| YUV | 17.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 18 | 0.78 | 0 | 0.22 | 0.91 | 163.33 | 0.64 | 0.05 |
| Hex | 5 | 17 | 12 | 4E | 0 | 16 | 5B | A3 | 40 | 5 |
| Octal | 5 | 27 | 22 | 116 | 0 | 26 | 133 | 243 | 100 | 5 |
| Binary | 101 | 10111 | 10010 | 1001110 | 0 | 10110 | 1011011 | 10100011 | 1000000 | 101 |
Color Harmonies of #051712
Complementary color
Monochromatic Colors of #051712
Black with #051712
Text Example
Text Example
White with #051712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051712; }
p { color: rgb(5,23,18); }
H1.HeaderClassName
{
color: #051712;
}
.AnyTagClassName
{
color: #051712;
}
</style>
background-color css
<style>
a { background-color: #051712; }
a { background-color: rgb(5,23,18); }
div.DivClassName
{
background-color: #051712;
}
.BgClassName
{
background-color: #051712;
}
</style>
border-color css
<style>
span { border-color: #051712; }
span { border-color: rgb(5,23,18); }
td.TdClassName
{
border-color: #051712;
}
.TagClassName
{
border-color: #051712;
}
</style>