Shades of Myrtle #185B12
Tints of Myrtle #185B12
RGB
CMYK
RGB Variations
Color information
#185B12 (or 0x185B12) is known color: Myrtle. HEX triplet: 18, 5B and 12. RGB value is (24,91,18). Sum of RGB (Red+Green+Blue) = 24+91+18=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #185B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185B12 is #E7A4ED. Grayscale: #3E3E3E. Windows color (decimal): -15181038 or 1202968. OLE color: 1202968.
HSL color Cylindrical-coordinate representation of color #185B12: hue angle of 115.07º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185B12 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 18 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.64 |
| HSL | 115.07º | 0.67% | 0.21% | - |
| HSV(B) | 115.07º | 0.8% | 0.36% | - |
| XYZ | 4.23 | 7.72 | 1.84 | - |
| YUV | 62.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 18 | 0.74 | 0 | 0.80 | 0.64 | 115.07 | 0.67 | 0.21 |
| Hex | 18 | 5B | 12 | 4A | 0 | 50 | 40 | 73 | 43 | 15 |
| Octal | 30 | 133 | 22 | 112 | 0 | 120 | 100 | 163 | 103 | 25 |
| Binary | 11000 | 1011011 | 10010 | 1001010 | 0 | 1010000 | 1000000 | 1110011 | 1000011 | 10101 |
Color Harmonies of #185B12
Complementary color
Monochromatic Colors of #185B12
Black with #185B12
Text Example
Text Example
White with #185B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B12; }
p { color: rgb(24,91,18); }
H1.HeaderClassName
{
color: #185B12;
}
.AnyTagClassName
{
color: #185B12;
}
</style>
background-color css
<style>
a { background-color: #185B12; }
a { background-color: rgb(24,91,18); }
div.DivClassName
{
background-color: #185B12;
}
.BgClassName
{
background-color: #185B12;
}
</style>
border-color css
<style>
span { border-color: #185B12; }
span { border-color: rgb(24,91,18); }
td.TdClassName
{
border-color: #185B12;
}
.TagClassName
{
border-color: #185B12;
}
</style>