Shades of Myrtle #104C01
Tints of Myrtle #104C01
RGB
CMYK
RGB Variations
Color information
#104C01 (or 0x104C01) is known color: Myrtle. HEX triplet: 10, 4C and 01. RGB value is (16,76,1). Sum of RGB (Red+Green+Blue) = 16+76+1=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 76 (30.08% from 255 or 81.72% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 76 - color contains mainly: green. Hex color #104C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C01 is #EFB3FE. Grayscale: #313131. Windows color (decimal): -15709183 or 85008. OLE color: 85008.
HSL color Cylindrical-coordinate representation of color #104C01: hue angle of 108º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #104C01 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.70 |
| HSL | 108º | 0.97% | 0.15% | - |
| HSV(B) | 108º | 0.99% | 0.3% | - |
| XYZ | 2.8 | 5.28 | 0.9 | - |
| YUV | 49.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 1 | 0.79 | 0 | 0.99 | 0.70 | 108 | 0.97 | 0.15 |
| Hex | 10 | 4C | 1 | 4F | 0 | 63 | 46 | 6C | 61 | F |
| Octal | 20 | 114 | 1 | 117 | 0 | 143 | 106 | 154 | 141 | 17 |
| Binary | 10000 | 1001100 | 1 | 1001111 | 0 | 1100011 | 1000110 | 1101100 | 1100001 | 1111 |
Color Harmonies of #104C01
Complementary color
Monochromatic Colors of #104C01
Black with #104C01
Text Example
Text Example
White with #104C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C01; }
p { color: rgb(16,76,1); }
H1.HeaderClassName
{
color: #104C01;
}
.AnyTagClassName
{
color: #104C01;
}
</style>
background-color css
<style>
a { background-color: #104C01; }
a { background-color: rgb(16,76,1); }
div.DivClassName
{
background-color: #104C01;
}
.BgClassName
{
background-color: #104C01;
}
</style>
border-color css
<style>
span { border-color: #104C01; }
span { border-color: rgb(16,76,1); }
td.TdClassName
{
border-color: #104C01;
}
.TagClassName
{
border-color: #104C01;
}
</style>