Shades of Myrtle #185C0D
Tints of Myrtle #185C0D
RGB
CMYK
RGB Variations
Color information
#185C0D (or 0x185C0D) is known color: Myrtle. HEX triplet: 18, 5C and 0D. RGB value is (24,92,13). Sum of RGB (Red+Green+Blue) = 24+92+13=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 92 (36.33% from 255 or 71.32% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 92 - color contains mainly: green. Hex color #185C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C0D is #E7A3F2. Grayscale: #3E3E3E. Windows color (decimal): -15180787 or 875544. OLE color: 875544.
HSL color Cylindrical-coordinate representation of color #185C0D: hue angle of 111.65º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #185C0D is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 13 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.64 |
| HSL | 111.65º | 0.75% | 0.21% | - |
| HSV(B) | 111.65º | 0.86% | 0.36% | - |
| XYZ | 4.28 | 7.88 | 1.68 | - |
| YUV | 62.66 | 99.97 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 13 | 0.74 | 0 | 0.86 | 0.64 | 111.65 | 0.75 | 0.21 |
| Hex | 18 | 5C | D | 4A | 0 | 56 | 40 | 70 | 4B | 15 |
| Octal | 30 | 134 | 15 | 112 | 0 | 126 | 100 | 160 | 113 | 25 |
| Binary | 11000 | 1011100 | 1101 | 1001010 | 0 | 1010110 | 1000000 | 1110000 | 1001011 | 10101 |
Color Harmonies of #185C0D
Complementary color
Monochromatic Colors of #185C0D
Black with #185C0D
Text Example
Text Example
White with #185C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C0D; }
p { color: rgb(24,92,13); }
H1.HeaderClassName
{
color: #185C0D;
}
.AnyTagClassName
{
color: #185C0D;
}
</style>
background-color css
<style>
a { background-color: #185C0D; }
a { background-color: rgb(24,92,13); }
div.DivClassName
{
background-color: #185C0D;
}
.BgClassName
{
background-color: #185C0D;
}
</style>
border-color css
<style>
span { border-color: #185C0D; }
span { border-color: rgb(24,92,13); }
td.TdClassName
{
border-color: #185C0D;
}
.TagClassName
{
border-color: #185C0D;
}
</style>