Shades of Myrtle #104D01
Tints of Myrtle #104D01
RGB
CMYK
RGB Variations
Color information
#104D01 (or 0x104D01) is known color: Myrtle. HEX triplet: 10, 4D and 01. RGB value is (16,77,1). Sum of RGB (Red+Green+Blue) = 16+77+1=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #104D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D01 is #EFB2FE. Grayscale: #323232. Windows color (decimal): -15708927 or 85264. OLE color: 85264.
HSL color Cylindrical-coordinate representation of color #104D01: hue angle of 108.16º 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 #104D01 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.70 |
| HSL | 108.16º | 0.97% | 0.15% | - |
| HSV(B) | 108.16º | 0.99% | 0.3% | - |
| XYZ | 2.87 | 5.42 | 0.92 | - |
| YUV | 50.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 1 | 0.79 | 0 | 0.99 | 0.70 | 108.16 | 0.97 | 0.15 |
| Hex | 10 | 4D | 1 | 4F | 0 | 63 | 46 | 6C | 61 | F |
| Octal | 20 | 115 | 1 | 117 | 0 | 143 | 106 | 154 | 141 | 17 |
| Binary | 10000 | 1001101 | 1 | 1001111 | 0 | 1100011 | 1000110 | 1101100 | 1100001 | 1111 |
Color Harmonies of #104D01
Complementary color
Monochromatic Colors of #104D01
Black with #104D01
Text Example
Text Example
White with #104D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D01; }
p { color: rgb(16,77,1); }
H1.HeaderClassName
{
color: #104D01;
}
.AnyTagClassName
{
color: #104D01;
}
</style>
background-color css
<style>
a { background-color: #104D01; }
a { background-color: rgb(16,77,1); }
div.DivClassName
{
background-color: #104D01;
}
.BgClassName
{
background-color: #104D01;
}
</style>
border-color css
<style>
span { border-color: #104D01; }
span { border-color: rgb(16,77,1); }
td.TdClassName
{
border-color: #104D01;
}
.TagClassName
{
border-color: #104D01;
}
</style>