Shades of Myrtle #104812
Tints of Myrtle #104812
RGB
CMYK
RGB Variations
Color information
#104812 (or 0x104812) is known color: Myrtle. HEX triplet: 10, 48 and 12. RGB value is (16,72,18). Sum of RGB (Red+Green+Blue) = 16+72+18=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #104812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104812 is #EFB7ED. Grayscale: #313131. Windows color (decimal): -15710190 or 1198096. OLE color: 1198096.
HSL color Cylindrical-coordinate representation of color #104812: hue angle of 122.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104812 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 72 | 18 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.72 |
| HSL | 122.14º | 0.64% | 0.17% | - |
| HSV(B) | 122.14º | 0.78% | 0.28% | - |
| XYZ | 2.64 | 4.79 | 1.36 | - |
| YUV | 49.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 18 | 0.78 | 0 | 0.75 | 0.72 | 122.14 | 0.64 | 0.17 |
| Hex | 10 | 48 | 12 | 4E | 0 | 4B | 48 | 7A | 40 | 11 |
| Octal | 20 | 110 | 22 | 116 | 0 | 113 | 110 | 172 | 100 | 21 |
| Binary | 10000 | 1001000 | 10010 | 1001110 | 0 | 1001011 | 1001000 | 1111010 | 1000000 | 10001 |
Color Harmonies of #104812
Complementary color
Monochromatic Colors of #104812
Black with #104812
Text Example
Text Example
White with #104812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104812; }
p { color: rgb(16,72,18); }
H1.HeaderClassName
{
color: #104812;
}
.AnyTagClassName
{
color: #104812;
}
</style>
background-color css
<style>
a { background-color: #104812; }
a { background-color: rgb(16,72,18); }
div.DivClassName
{
background-color: #104812;
}
.BgClassName
{
background-color: #104812;
}
</style>
border-color css
<style>
span { border-color: #104812; }
span { border-color: rgb(16,72,18); }
td.TdClassName
{
border-color: #104812;
}
.TagClassName
{
border-color: #104812;
}
</style>