Shades of Myrtle #185C11
Tints of Myrtle #185C11
RGB
CMYK
RGB Variations
Color information
#185C11 (or 0x185C11) is known color: Myrtle. HEX triplet: 18, 5C and 11. RGB value is (24,92,17). Sum of RGB (Red+Green+Blue) = 24+92+17=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 92 (36.33% from 255 or 69.17% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 92 - color contains mainly: green. Hex color #185C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C11 is #E7A3EE. Grayscale: #3F3F3F. Windows color (decimal): -15180783 or 1137688. OLE color: 1137688.
HSL color Cylindrical-coordinate representation of color #185C11: hue angle of 114.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185C11 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 17 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.64 |
| HSL | 114.4º | 0.69% | 0.21% | - |
| HSV(B) | 114.4º | 0.82% | 0.36% | - |
| XYZ | 4.31 | 7.89 | 1.83 | - |
| YUV | 63.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 17 | 0.74 | 0 | 0.82 | 0.64 | 114.4 | 0.69 | 0.21 |
| Hex | 18 | 5C | 11 | 4A | 0 | 52 | 40 | 72 | 45 | 15 |
| Octal | 30 | 134 | 21 | 112 | 0 | 122 | 100 | 162 | 105 | 25 |
| Binary | 11000 | 1011100 | 10001 | 1001010 | 0 | 1010010 | 1000000 | 1110010 | 1000101 | 10101 |
Color Harmonies of #185C11
Complementary color
Monochromatic Colors of #185C11
Black with #185C11
Text Example
Text Example
White with #185C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C11; }
p { color: rgb(24,92,17); }
H1.HeaderClassName
{
color: #185C11;
}
.AnyTagClassName
{
color: #185C11;
}
</style>
background-color css
<style>
a { background-color: #185C11; }
a { background-color: rgb(24,92,17); }
div.DivClassName
{
background-color: #185C11;
}
.BgClassName
{
background-color: #185C11;
}
</style>
border-color css
<style>
span { border-color: #185C11; }
span { border-color: rgb(24,92,17); }
td.TdClassName
{
border-color: #185C11;
}
.TagClassName
{
border-color: #185C11;
}
</style>