Shades of Myrtle #104C00
Tints of Myrtle #104C00
RGB
CMYK
RGB Variations
Color information
#104C00 (or 0x104C00) is known color: Myrtle. HEX triplet: 10, 4C and 00. RGB value is (16,76,0). Sum of RGB (Red+Green+Blue) = 16+76+0=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 76 (30.08% from 255 or 82.61% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 76 - color contains mainly: green. Hex color #104C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C00 is #EFB3FF. Grayscale: #313131. Windows color (decimal): -15709184 or 19472. OLE color: 19472.
HSL color Cylindrical-coordinate representation of color #104C00: hue angle of 107.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #104C00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.70 |
| HSL | 107.37º | 1% | 0.15% | - |
| HSV(B) | 107.37º | 1% | 0.3% | - |
| XYZ | 2.8 | 5.28 | 0.87 | - |
| YUV | 49.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 0 | 0.79 | 0 | 1 | 0.70 | 107.37 | 1 | 0.15 |
| Hex | 10 | 4C | 0 | 4F | 0 | 64 | 46 | 6B | 64 | F |
| Octal | 20 | 114 | 0 | 117 | 0 | 144 | 106 | 153 | 144 | 17 |
| Binary | 10000 | 1001100 | 0 | 1001111 | 0 | 1100100 | 1000110 | 1101011 | 1100100 | 1111 |
Color Harmonies of #104C00
Complementary color
Monochromatic Colors of #104C00
Black with #104C00
Text Example
Text Example
White with #104C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C00; }
p { color: rgb(16,76,0); }
H1.HeaderClassName
{
color: #104C00;
}
.AnyTagClassName
{
color: #104C00;
}
</style>
background-color css
<style>
a { background-color: #104C00; }
a { background-color: rgb(16,76,0); }
div.DivClassName
{
background-color: #104C00;
}
.BgClassName
{
background-color: #104C00;
}
</style>
border-color css
<style>
span { border-color: #104C00; }
span { border-color: rgb(16,76,0); }
td.TdClassName
{
border-color: #104C00;
}
.TagClassName
{
border-color: #104C00;
}
</style>