Shades of Myrtle #185B13
Tints of Myrtle #185B13
RGB
CMYK
RGB Variations
Color information
#185B13 (or 0x185B13) is known color: Myrtle. HEX triplet: 18, 5B and 13. RGB value is (24,91,19). Sum of RGB (Red+Green+Blue) = 24+91+19=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 91 (35.94% from 255 or 67.91% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 91 - color contains mainly: green. Hex color #185B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185B13 is #E7A4EC. Grayscale: #3E3E3E. Windows color (decimal): -15181037 or 1268504. OLE color: 1268504.
HSL color Cylindrical-coordinate representation of color #185B13: hue angle of 115.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185B13 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 19 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.64 |
| HSL | 115.83º | 0.65% | 0.22% | - |
| HSV(B) | 115.83º | 0.79% | 0.36% | - |
| XYZ | 4.24 | 7.72 | 1.88 | - |
| YUV | 62.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 19 | 0.74 | 0 | 0.79 | 0.64 | 115.83 | 0.65 | 0.22 |
| Hex | 18 | 5B | 13 | 4A | 0 | 4F | 40 | 74 | 41 | 16 |
| Octal | 30 | 133 | 23 | 112 | 0 | 117 | 100 | 164 | 101 | 26 |
| Binary | 11000 | 1011011 | 10011 | 1001010 | 0 | 1001111 | 1000000 | 1110100 | 1000001 | 10110 |
Color Harmonies of #185B13
Complementary color
Monochromatic Colors of #185B13
Black with #185B13
Text Example
Text Example
White with #185B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B13; }
p { color: rgb(24,91,19); }
H1.HeaderClassName
{
color: #185B13;
}
.AnyTagClassName
{
color: #185B13;
}
</style>
background-color css
<style>
a { background-color: #185B13; }
a { background-color: rgb(24,91,19); }
div.DivClassName
{
background-color: #185B13;
}
.BgClassName
{
background-color: #185B13;
}
</style>
border-color css
<style>
span { border-color: #185B13; }
span { border-color: rgb(24,91,19); }
td.TdClassName
{
border-color: #185B13;
}
.TagClassName
{
border-color: #185B13;
}
</style>