Shades of Myrtle #081C04
Tints of Myrtle #081C04
RGB
CMYK
RGB Variations
Color information
#081C04 (or 0x081C04) is known color: Myrtle. HEX triplet: 08, 1C and 04. RGB value is (8,28,4). Sum of RGB (Red+Green+Blue) = 8+28+4=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #081C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C04 is #F7E3FB. Grayscale: #131313. Windows color (decimal): -16245756 or 269320. OLE color: 269320.
HSL color Cylindrical-coordinate representation of color #081C04: hue angle of 110º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081C04 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 28 | 4 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.89 |
| HSL | 110º | 0.75% | 0.06% | - |
| HSV(B) | 110º | 0.86% | 0.11% | - |
| XYZ | 0.54 | 0.89 | 0.26 | - |
| YUV | 19.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 4 | 0.71 | 0 | 0.86 | 0.89 | 110 | 0.75 | 0.06 |
| Hex | 8 | 1C | 4 | 47 | 0 | 56 | 59 | 6E | 4B | 6 |
| Octal | 10 | 34 | 4 | 107 | 0 | 126 | 131 | 156 | 113 | 6 |
| Binary | 1000 | 11100 | 100 | 1000111 | 0 | 1010110 | 1011001 | 1101110 | 1001011 | 110 |
Color Harmonies of #081C04
Complementary color
Monochromatic Colors of #081C04
Black with #081C04
Text Example
Text Example
White with #081C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C04; }
p { color: rgb(8,28,4); }
H1.HeaderClassName
{
color: #081C04;
}
.AnyTagClassName
{
color: #081C04;
}
</style>
background-color css
<style>
a { background-color: #081C04; }
a { background-color: rgb(8,28,4); }
div.DivClassName
{
background-color: #081C04;
}
.BgClassName
{
background-color: #081C04;
}
</style>
border-color css
<style>
span { border-color: #081C04; }
span { border-color: rgb(8,28,4); }
td.TdClassName
{
border-color: #081C04;
}
.TagClassName
{
border-color: #081C04;
}
</style>