Shades of Myrtle #104C09
Tints of Myrtle #104C09
RGB
CMYK
RGB Variations
Color information
#104C09 (or 0x104C09) is known color: Myrtle. HEX triplet: 10, 4C and 09. RGB value is (16,76,9). Sum of RGB (Red+Green+Blue) = 16+76+9=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 76 (30.08% from 255 or 75.25% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 76 - color contains mainly: green. Hex color #104C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C09 is #EFB3F6. Grayscale: #323232. Windows color (decimal): -15709175 or 609296. OLE color: 609296.
HSL color Cylindrical-coordinate representation of color #104C09: hue angle of 113.73º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #104C09 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 9 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.70 |
| HSL | 113.73º | 0.79% | 0.17% | - |
| HSV(B) | 113.73º | 0.88% | 0.3% | - |
| XYZ | 2.85 | 5.3 | 1.13 | - |
| YUV | 50.42 | 104.62 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 9 | 0.79 | 0 | 0.88 | 0.70 | 113.73 | 0.79 | 0.17 |
| Hex | 10 | 4C | 9 | 4F | 0 | 58 | 46 | 72 | 4F | 11 |
| Octal | 20 | 114 | 11 | 117 | 0 | 130 | 106 | 162 | 117 | 21 |
| Binary | 10000 | 1001100 | 1001 | 1001111 | 0 | 1011000 | 1000110 | 1110010 | 1001111 | 10001 |
Color Harmonies of #104C09
Complementary color
Monochromatic Colors of #104C09
Black with #104C09
Text Example
Text Example
White with #104C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C09; }
p { color: rgb(16,76,9); }
H1.HeaderClassName
{
color: #104C09;
}
.AnyTagClassName
{
color: #104C09;
}
</style>
background-color css
<style>
a { background-color: #104C09; }
a { background-color: rgb(16,76,9); }
div.DivClassName
{
background-color: #104C09;
}
.BgClassName
{
background-color: #104C09;
}
</style>
border-color css
<style>
span { border-color: #104C09; }
span { border-color: rgb(16,76,9); }
td.TdClassName
{
border-color: #104C09;
}
.TagClassName
{
border-color: #104C09;
}
</style>