Shades of Myrtle #104C18
Tints of Myrtle #104C18
RGB
CMYK
RGB Variations
Color information
#104C18 (or 0x104C18) is known color: Myrtle. HEX triplet: 10, 4C and 18. RGB value is (16,76,24). Sum of RGB (Red+Green+Blue) = 16+76+24=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #104C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C18 is #EFB3E7. Grayscale: #343434. Windows color (decimal): -15709160 or 1592336. OLE color: 1592336.
HSL color Cylindrical-coordinate representation of color #104C18: hue angle of 128º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C18 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 24 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.70 |
| HSL | 128º | 0.65% | 0.18% | - |
| HSV(B) | 128º | 0.79% | 0.3% | - |
| XYZ | 2.96 | 5.34 | 1.74 | - |
| YUV | 52.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 24 | 0.79 | 0 | 0.68 | 0.70 | 128 | 0.65 | 0.18 |
| Hex | 10 | 4C | 18 | 4F | 0 | 44 | 46 | 80 | 41 | 12 |
| Octal | 20 | 114 | 30 | 117 | 0 | 104 | 106 | 200 | 101 | 22 |
| Binary | 10000 | 1001100 | 11000 | 1001111 | 0 | 1000100 | 1000110 | 10000000 | 1000001 | 10010 |
Color Harmonies of #104C18
Complementary color
Monochromatic Colors of #104C18
Black with #104C18
Text Example
Text Example
White with #104C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C18; }
p { color: rgb(16,76,24); }
H1.HeaderClassName
{
color: #104C18;
}
.AnyTagClassName
{
color: #104C18;
}
</style>
background-color css
<style>
a { background-color: #104C18; }
a { background-color: rgb(16,76,24); }
div.DivClassName
{
background-color: #104C18;
}
.BgClassName
{
background-color: #104C18;
}
</style>
border-color css
<style>
span { border-color: #104C18; }
span { border-color: rgb(16,76,24); }
td.TdClassName
{
border-color: #104C18;
}
.TagClassName
{
border-color: #104C18;
}
</style>