Shades of Myrtle #185C12
Tints of Myrtle #185C12
RGB
CMYK
RGB Variations
Color information
#185C12 (or 0x185C12) is known color: Myrtle. HEX triplet: 18, 5C and 12. RGB value is (24,92,18). Sum of RGB (Red+Green+Blue) = 24+92+18=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #185C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C12 is #E7A3ED. Grayscale: #3F3F3F. Windows color (decimal): -15180782 or 1203224. OLE color: 1203224.
HSL color Cylindrical-coordinate representation of color #185C12: hue angle of 115.14º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185C12 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 18 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.64 |
| HSL | 115.14º | 0.67% | 0.22% | - |
| HSV(B) | 115.14º | 0.8% | 0.36% | - |
| XYZ | 4.31 | 7.89 | 1.87 | - |
| YUV | 63.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 18 | 0.74 | 0 | 0.80 | 0.64 | 115.14 | 0.67 | 0.22 |
| Hex | 18 | 5C | 12 | 4A | 0 | 50 | 40 | 73 | 43 | 16 |
| Octal | 30 | 134 | 22 | 112 | 0 | 120 | 100 | 163 | 103 | 26 |
| Binary | 11000 | 1011100 | 10010 | 1001010 | 0 | 1010000 | 1000000 | 1110011 | 1000011 | 10110 |
Color Harmonies of #185C12
Complementary color
Monochromatic Colors of #185C12
Black with #185C12
Text Example
Text Example
White with #185C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C12; }
p { color: rgb(24,92,18); }
H1.HeaderClassName
{
color: #185C12;
}
.AnyTagClassName
{
color: #185C12;
}
</style>
background-color css
<style>
a { background-color: #185C12; }
a { background-color: rgb(24,92,18); }
div.DivClassName
{
background-color: #185C12;
}
.BgClassName
{
background-color: #185C12;
}
</style>
border-color css
<style>
span { border-color: #185C12; }
span { border-color: rgb(24,92,18); }
td.TdClassName
{
border-color: #185C12;
}
.TagClassName
{
border-color: #185C12;
}
</style>