Shades of Dark Green #05190C
Tints of Dark Green #05190C
RGB
CMYK
RGB Variations
Color information
#05190C (or 0x05190C) is known color: Dark Green. HEX triplet: 05, 19 and 0C. RGB value is (5,25,12). Sum of RGB (Red+Green+Blue) = 5+25+12=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #05190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05190C is #FAE6F3. Grayscale: #111111. Windows color (decimal): -16443124 or 792837. OLE color: 792837.
HSL color Cylindrical-coordinate representation of color #05190C: hue angle of 141º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #05190C is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 12 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.90 |
| HSL | 141º | 0.67% | 0.06% | - |
| HSV(B) | 141º | 0.8% | 0.1% | - |
| XYZ | 0.48 | 0.75 | 0.47 | - |
| YUV | 17.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 12 | 0.80 | 0 | 0.52 | 0.90 | 141 | 0.67 | 0.06 |
| Hex | 5 | 19 | C | 50 | 0 | 34 | 5A | 8D | 43 | 6 |
| Octal | 5 | 31 | 14 | 120 | 0 | 64 | 132 | 215 | 103 | 6 |
| Binary | 101 | 11001 | 1100 | 1010000 | 0 | 110100 | 1011010 | 10001101 | 1000011 | 110 |
Color Harmonies of #05190C
Complementary color
Monochromatic Colors of #05190C
Black with #05190C
Text Example
Text Example
White with #05190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05190C; }
p { color: rgb(5,25,12); }
H1.HeaderClassName
{
color: #05190C;
}
.AnyTagClassName
{
color: #05190C;
}
</style>
background-color css
<style>
a { background-color: #05190C; }
a { background-color: rgb(5,25,12); }
div.DivClassName
{
background-color: #05190C;
}
.BgClassName
{
background-color: #05190C;
}
</style>
border-color css
<style>
span { border-color: #05190C; }
span { border-color: rgb(5,25,12); }
td.TdClassName
{
border-color: #05190C;
}
.TagClassName
{
border-color: #05190C;
}
</style>