Shades of Myrtle #104802
Tints of Myrtle #104802
RGB
CMYK
RGB Variations
Color information
#104802 (or 0x104802) is known color: Myrtle. HEX triplet: 10, 48 and 02. RGB value is (16,72,2). Sum of RGB (Red+Green+Blue) = 16+72+2=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #104802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104802 is #EFB7FD. Grayscale: #2F2F2F. Windows color (decimal): -15710206 or 149520. OLE color: 149520.
HSL color Cylindrical-coordinate representation of color #104802: hue angle of 108º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #104802 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 72 | 2 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.72 |
| HSL | 108º | 0.95% | 0.15% | - |
| HSV(B) | 108º | 0.97% | 0.28% | - |
| XYZ | 2.54 | 4.75 | 0.84 | - |
| YUV | 47.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 2 | 0.78 | 0 | 0.97 | 0.72 | 108 | 0.95 | 0.15 |
| Hex | 10 | 48 | 2 | 4E | 0 | 61 | 48 | 6C | 5F | F |
| Octal | 20 | 110 | 2 | 116 | 0 | 141 | 110 | 154 | 137 | 17 |
| Binary | 10000 | 1001000 | 10 | 1001110 | 0 | 1100001 | 1001000 | 1101100 | 1011111 | 1111 |
Color Harmonies of #104802
Complementary color
Monochromatic Colors of #104802
Black with #104802
Text Example
Text Example
White with #104802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104802; }
p { color: rgb(16,72,2); }
H1.HeaderClassName
{
color: #104802;
}
.AnyTagClassName
{
color: #104802;
}
</style>
background-color css
<style>
a { background-color: #104802; }
a { background-color: rgb(16,72,2); }
div.DivClassName
{
background-color: #104802;
}
.BgClassName
{
background-color: #104802;
}
</style>
border-color css
<style>
span { border-color: #104802; }
span { border-color: rgb(16,72,2); }
td.TdClassName
{
border-color: #104802;
}
.TagClassName
{
border-color: #104802;
}
</style>