Shades of Myrtle #104A01
Tints of Myrtle #104A01
RGB
CMYK
RGB Variations
Color information
#104A01 (or 0x104A01) is known color: Myrtle. HEX triplet: 10, 4A and 01. RGB value is (16,74,1). Sum of RGB (Red+Green+Blue) = 16+74+1=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 74 (29.30% from 255 or 81.32% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 74 - color contains mainly: green. Hex color #104A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104A01 is #EFB5FE. Grayscale: #303030. Windows color (decimal): -15709695 or 84496. OLE color: 84496.
HSL color Cylindrical-coordinate representation of color #104A01: hue angle of 107.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #104A01 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 74 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.71 |
| HSL | 107.67º | 0.97% | 0.15% | - |
| HSV(B) | 107.67º | 0.99% | 0.29% | - |
| XYZ | 2.67 | 5.01 | 0.86 | - |
| YUV | 48.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 1 | 0.78 | 0 | 0.99 | 0.71 | 107.67 | 0.97 | 0.15 |
| Hex | 10 | 4A | 1 | 4E | 0 | 63 | 47 | 6C | 61 | F |
| Octal | 20 | 112 | 1 | 116 | 0 | 143 | 107 | 154 | 141 | 17 |
| Binary | 10000 | 1001010 | 1 | 1001110 | 0 | 1100011 | 1000111 | 1101100 | 1100001 | 1111 |
Color Harmonies of #104A01
Complementary color
Monochromatic Colors of #104A01
Black with #104A01
Text Example
Text Example
White with #104A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A01; }
p { color: rgb(16,74,1); }
H1.HeaderClassName
{
color: #104A01;
}
.AnyTagClassName
{
color: #104A01;
}
</style>
background-color css
<style>
a { background-color: #104A01; }
a { background-color: rgb(16,74,1); }
div.DivClassName
{
background-color: #104A01;
}
.BgClassName
{
background-color: #104A01;
}
</style>
border-color css
<style>
span { border-color: #104A01; }
span { border-color: rgb(16,74,1); }
td.TdClassName
{
border-color: #104A01;
}
.TagClassName
{
border-color: #104A01;
}
</style>