Shades of Dark Green #051514
Tints of Dark Green #051514
RGB
CMYK
RGB Variations
Color information
#051514 (or 0x051514) is known color: Dark Green. HEX triplet: 05, 15 and 14. RGB value is (5,21,20). Sum of RGB (Red+Green+Blue) = 5+21+20=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #051514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051514 is #FAEAEB. Grayscale: #101010. Windows color (decimal): -16444140 or 1316101. OLE color: 1316101.
HSL color Cylindrical-coordinate representation of color #051514: hue angle of 176.25º 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 #051514 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 5 | 21 | 20 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.92 |
| HSL | 176.25º | 0.62% | 0.05% | - |
| HSV(B) | 176.25º | 0.76% | 0.08% | - |
| XYZ | 0.46 | 0.62 | 0.76 | - |
| YUV | 16.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 20 | 0.76 | 0 | 0.05 | 0.92 | 176.25 | 0.62 | 0.05 |
| Hex | 5 | 15 | 14 | 4C | 0 | 5 | 5C | B0 | 3E | 5 |
| Octal | 5 | 25 | 24 | 114 | 0 | 5 | 134 | 260 | 76 | 5 |
| Binary | 101 | 10101 | 10100 | 1001100 | 0 | 101 | 1011100 | 10110000 | 111110 | 101 |
Color Harmonies of #051514
Complementary color
Monochromatic Colors of #051514
Black with #051514
Text Example
Text Example
White with #051514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051514; }
p { color: rgb(5,21,20); }
H1.HeaderClassName
{
color: #051514;
}
.AnyTagClassName
{
color: #051514;
}
</style>
background-color css
<style>
a { background-color: #051514; }
a { background-color: rgb(5,21,20); }
div.DivClassName
{
background-color: #051514;
}
.BgClassName
{
background-color: #051514;
}
</style>
border-color css
<style>
span { border-color: #051514; }
span { border-color: rgb(5,21,20); }
td.TdClassName
{
border-color: #051514;
}
.TagClassName
{
border-color: #051514;
}
</style>