Shades of Myrtle #185517
Tints of Myrtle #185517
RGB
CMYK
RGB Variations
Color information
#185517 (or 0x185517) is known color: Myrtle. HEX triplet: 18, 55 and 17. RGB value is (24,85,23). Sum of RGB (Red+Green+Blue) = 24+85+23=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #185517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185517 is #E7AAE8. Grayscale: #3B3B3B. Windows color (decimal): -15182569 or 1529112. OLE color: 1529112.
HSL color Cylindrical-coordinate representation of color #185517: hue angle of 119.03º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185517 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 23 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.67 |
| HSL | 119.03º | 0.57% | 0.21% | - |
| HSV(B) | 119.03º | 0.73% | 0.33% | - |
| XYZ | 3.78 | 6.75 | 1.91 | - |
| YUV | 59.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 23 | 0.72 | 0 | 0.73 | 0.67 | 119.03 | 0.57 | 0.21 |
| Hex | 18 | 55 | 17 | 48 | 0 | 49 | 43 | 77 | 39 | 15 |
| Octal | 30 | 125 | 27 | 110 | 0 | 111 | 103 | 167 | 71 | 25 |
| Binary | 11000 | 1010101 | 10111 | 1001000 | 0 | 1001001 | 1000011 | 1110111 | 111001 | 10101 |
Color Harmonies of #185517
Complementary color
Monochromatic Colors of #185517
Black with #185517
Text Example
Text Example
White with #185517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185517; }
p { color: rgb(24,85,23); }
H1.HeaderClassName
{
color: #185517;
}
.AnyTagClassName
{
color: #185517;
}
</style>
background-color css
<style>
a { background-color: #185517; }
a { background-color: rgb(24,85,23); }
div.DivClassName
{
background-color: #185517;
}
.BgClassName
{
background-color: #185517;
}
</style>
border-color css
<style>
span { border-color: #185517; }
span { border-color: rgb(24,85,23); }
td.TdClassName
{
border-color: #185517;
}
.TagClassName
{
border-color: #185517;
}
</style>