Shades of Dark Green #051511
Tints of Dark Green #051511
RGB
CMYK
RGB Variations
Color information
#051511 (or 0x051511) is known color: Dark Green. HEX triplet: 05, 15 and 11. RGB value is (5,21,17). Sum of RGB (Red+Green+Blue) = 5+21+17=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #051511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051511 is #FAEAEE. Grayscale: #0F0F0F. Windows color (decimal): -16444143 or 1119493. OLE color: 1119493.
HSL color Cylindrical-coordinate representation of color #051511: hue angle of 165º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051511 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 17 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.92 |
| HSL | 165º | 0.62% | 0.05% | - |
| HSV(B) | 165º | 0.76% | 0.08% | - |
| XYZ | 0.43 | 0.61 | 0.63 | - |
| YUV | 15.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 17 | 0.76 | 0 | 0.19 | 0.92 | 165 | 0.62 | 0.05 |
| Hex | 5 | 15 | 11 | 4C | 0 | 13 | 5C | A5 | 3E | 5 |
| Octal | 5 | 25 | 21 | 114 | 0 | 23 | 134 | 245 | 76 | 5 |
| Binary | 101 | 10101 | 10001 | 1001100 | 0 | 10011 | 1011100 | 10100101 | 111110 | 101 |
Color Harmonies of #051511
Complementary color
Monochromatic Colors of #051511
Black with #051511
Text Example
Text Example
White with #051511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051511; }
p { color: rgb(5,21,17); }
H1.HeaderClassName
{
color: #051511;
}
.AnyTagClassName
{
color: #051511;
}
</style>
background-color css
<style>
a { background-color: #051511; }
a { background-color: rgb(5,21,17); }
div.DivClassName
{
background-color: #051511;
}
.BgClassName
{
background-color: #051511;
}
</style>
border-color css
<style>
span { border-color: #051511; }
span { border-color: rgb(5,21,17); }
td.TdClassName
{
border-color: #051511;
}
.TagClassName
{
border-color: #051511;
}
</style>