Shades of Myrtle #185F12
Tints of Myrtle #185F12
RGB
CMYK
RGB Variations
Color information
#185F12 (or 0x185F12) is known color: Myrtle. HEX triplet: 18, 5F and 12. RGB value is (24,95,18). Sum of RGB (Red+Green+Blue) = 24+95+18=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #185F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185F12 is #E7A0ED. Grayscale: #414141. Windows color (decimal): -15180014 or 1203992. OLE color: 1203992.
HSL color Cylindrical-coordinate representation of color #185F12: hue angle of 115.32º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185F12 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 18 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.63 |
| HSL | 115.32º | 0.68% | 0.22% | - |
| HSV(B) | 115.32º | 0.81% | 0.37% | - |
| XYZ | 4.58 | 8.42 | 1.96 | - |
| YUV | 64.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 18 | 0.75 | 0 | 0.81 | 0.63 | 115.32 | 0.68 | 0.22 |
| Hex | 18 | 5F | 12 | 4B | 0 | 51 | 3F | 73 | 44 | 16 |
| Octal | 30 | 137 | 22 | 113 | 0 | 121 | 77 | 163 | 104 | 26 |
| Binary | 11000 | 1011111 | 10010 | 1001011 | 0 | 1010001 | 111111 | 1110011 | 1000100 | 10110 |
Color Harmonies of #185F12
Complementary color
Monochromatic Colors of #185F12
Black with #185F12
Text Example
Text Example
White with #185F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F12; }
p { color: rgb(24,95,18); }
H1.HeaderClassName
{
color: #185F12;
}
.AnyTagClassName
{
color: #185F12;
}
</style>
background-color css
<style>
a { background-color: #185F12; }
a { background-color: rgb(24,95,18); }
div.DivClassName
{
background-color: #185F12;
}
.BgClassName
{
background-color: #185F12;
}
</style>
border-color css
<style>
span { border-color: #185F12; }
span { border-color: rgb(24,95,18); }
td.TdClassName
{
border-color: #185F12;
}
.TagClassName
{
border-color: #185F12;
}
</style>