Shades of Myrtle #104518
Tints of Myrtle #104518
RGB
CMYK
RGB Variations
Color information
#104518 (or 0x104518) is known color: Myrtle. HEX triplet: 10, 45 and 18. RGB value is (16,69,24). Sum of RGB (Red+Green+Blue) = 16+69+24=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #104518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104518 is #EFBAE7. Grayscale: #303030. Windows color (decimal): -15710952 or 1590544. OLE color: 1590544.
HSL color Cylindrical-coordinate representation of color #104518: hue angle of 129.06º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104518 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 69 | 24 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.73 |
| HSL | 129.06º | 0.62% | 0.17% | - |
| HSV(B) | 129.06º | 0.77% | 0.27% | - |
| XYZ | 2.51 | 4.43 | 1.59 | - |
| YUV | 48.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 24 | 0.77 | 0 | 0.65 | 0.73 | 129.06 | 0.62 | 0.17 |
| Hex | 10 | 45 | 18 | 4D | 0 | 41 | 49 | 81 | 3E | 11 |
| Octal | 20 | 105 | 30 | 115 | 0 | 101 | 111 | 201 | 76 | 21 |
| Binary | 10000 | 1000101 | 11000 | 1001101 | 0 | 1000001 | 1001001 | 10000001 | 111110 | 10001 |
Color Harmonies of #104518
Complementary color
Monochromatic Colors of #104518
Black with #104518
Text Example
Text Example
White with #104518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104518; }
p { color: rgb(16,69,24); }
H1.HeaderClassName
{
color: #104518;
}
.AnyTagClassName
{
color: #104518;
}
</style>
background-color css
<style>
a { background-color: #104518; }
a { background-color: rgb(16,69,24); }
div.DivClassName
{
background-color: #104518;
}
.BgClassName
{
background-color: #104518;
}
</style>
border-color css
<style>
span { border-color: #104518; }
span { border-color: rgb(16,69,24); }
td.TdClassName
{
border-color: #104518;
}
.TagClassName
{
border-color: #104518;
}
</style>