Shades of Myrtle #185205
Tints of Myrtle #185205
RGB
CMYK
RGB Variations
Color information
#185205 (or 0x185205) is known color: Myrtle. HEX triplet: 18, 52 and 05. RGB value is (24,82,5). Sum of RGB (Red+Green+Blue) = 24+82+5=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 82 (32.42% from 255 or 73.87% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 82 - color contains mainly: green. Hex color #185205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185205 is #E7ADFA. Grayscale: #383838. Windows color (decimal): -15183355 or 348696. OLE color: 348696.
HSL color Cylindrical-coordinate representation of color #185205: hue angle of 105.19º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #185205 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 82 | 5 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.68 |
| HSL | 105.19º | 0.89% | 0.17% | - |
| HSV(B) | 105.19º | 0.94% | 0.32% | - |
| XYZ | 3.42 | 6.24 | 1.17 | - |
| YUV | 55.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 5 | 0.71 | 0 | 0.94 | 0.68 | 105.19 | 0.89 | 0.17 |
| Hex | 18 | 52 | 5 | 47 | 0 | 5E | 44 | 69 | 59 | 11 |
| Octal | 30 | 122 | 5 | 107 | 0 | 136 | 104 | 151 | 131 | 21 |
| Binary | 11000 | 1010010 | 101 | 1000111 | 0 | 1011110 | 1000100 | 1101001 | 1011001 | 10001 |
Color Harmonies of #185205
Complementary color
Monochromatic Colors of #185205
Black with #185205
Text Example
Text Example
White with #185205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185205; }
p { color: rgb(24,82,5); }
H1.HeaderClassName
{
color: #185205;
}
.AnyTagClassName
{
color: #185205;
}
</style>
background-color css
<style>
a { background-color: #185205; }
a { background-color: rgb(24,82,5); }
div.DivClassName
{
background-color: #185205;
}
.BgClassName
{
background-color: #185205;
}
</style>
border-color css
<style>
span { border-color: #185205; }
span { border-color: rgb(24,82,5); }
td.TdClassName
{
border-color: #185205;
}
.TagClassName
{
border-color: #185205;
}
</style>