Shades of Myrtle #104A12
Tints of Myrtle #104A12
RGB
CMYK
RGB Variations
Color information
#104A12 (or 0x104A12) is known color: Myrtle. HEX triplet: 10, 4A and 12. RGB value is (16,74,18). Sum of RGB (Red+Green+Blue) = 16+74+18=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #104A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A12 is #EFB5ED. Grayscale: #323232. Windows color (decimal): -15709678 or 1198608. OLE color: 1198608.
HSL color Cylindrical-coordinate representation of color #104A12: hue angle of 122.07º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104A12 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 74 | 18 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.71 |
| HSL | 122.07º | 0.64% | 0.18% | - |
| HSV(B) | 122.07º | 0.78% | 0.29% | - |
| XYZ | 2.77 | 5.05 | 1.4 | - |
| YUV | 50.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 18 | 0.78 | 0 | 0.76 | 0.71 | 122.07 | 0.64 | 0.18 |
| Hex | 10 | 4A | 12 | 4E | 0 | 4C | 47 | 7A | 40 | 12 |
| Octal | 20 | 112 | 22 | 116 | 0 | 114 | 107 | 172 | 100 | 22 |
| Binary | 10000 | 1001010 | 10010 | 1001110 | 0 | 1001100 | 1000111 | 1111010 | 1000000 | 10010 |
Color Harmonies of #104A12
Complementary color
Monochromatic Colors of #104A12
Black with #104A12
Text Example
Text Example
White with #104A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A12; }
p { color: rgb(16,74,18); }
H1.HeaderClassName
{
color: #104A12;
}
.AnyTagClassName
{
color: #104A12;
}
</style>
background-color css
<style>
a { background-color: #104A12; }
a { background-color: rgb(16,74,18); }
div.DivClassName
{
background-color: #104A12;
}
.BgClassName
{
background-color: #104A12;
}
</style>
border-color css
<style>
span { border-color: #104A12; }
span { border-color: rgb(16,74,18); }
td.TdClassName
{
border-color: #104A12;
}
.TagClassName
{
border-color: #104A12;
}
</style>