Shades of Dark Green #041514
Tints of Dark Green #041514
RGB
CMYK
RGB Variations
Color information
#041514 (or 0x041514) is known color: Dark Green. HEX triplet: 04, 15 and 14. RGB value is (4,21,20). Sum of RGB (Red+Green+Blue) = 4+21+20=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #041514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041514 is #FBEAEB. Grayscale: #0F0F0F. Windows color (decimal): -16509676 or 1316100. OLE color: 1316100.
HSL color Cylindrical-coordinate representation of color #041514: hue angle of 176.47º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #041514 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 21 | 20 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.92 |
| HSL | 176.47º | 0.68% | 0.05% | - |
| HSV(B) | 176.47º | 0.81% | 0.08% | - |
| XYZ | 0.44 | 0.61 | 0.76 | - |
| YUV | 15.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 21 | 20 | 0.81 | 0 | 0.05 | 0.92 | 176.47 | 0.68 | 0.05 |
| Hex | 4 | 15 | 14 | 51 | 0 | 5 | 5C | B0 | 44 | 5 |
| Octal | 4 | 25 | 24 | 121 | 0 | 5 | 134 | 260 | 104 | 5 |
| Binary | 100 | 10101 | 10100 | 1010001 | 0 | 101 | 1011100 | 10110000 | 1000100 | 101 |
Color Harmonies of #041514
Complementary color
Monochromatic Colors of #041514
Black with #041514
Text Example
Text Example
White with #041514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041514; }
p { color: rgb(4,21,20); }
H1.HeaderClassName
{
color: #041514;
}
.AnyTagClassName
{
color: #041514;
}
</style>
background-color css
<style>
a { background-color: #041514; }
a { background-color: rgb(4,21,20); }
div.DivClassName
{
background-color: #041514;
}
.BgClassName
{
background-color: #041514;
}
</style>
border-color css
<style>
span { border-color: #041514; }
span { border-color: rgb(4,21,20); }
td.TdClassName
{
border-color: #041514;
}
.TagClassName
{
border-color: #041514;
}
</style>