Shades of Myrtle #185B1A
Tints of Myrtle #185B1A
RGB
CMYK
RGB Variations
Color information
#185B1A (or 0x185B1A) is known color: Myrtle. HEX triplet: 18, 5B and 1A. RGB value is (24,91,26). Sum of RGB (Red+Green+Blue) = 24+91+26=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #185B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B1A is #E7A4E5. Grayscale: #3F3F3F. Windows color (decimal): -15181030 or 1727256. OLE color: 1727256.
HSL color Cylindrical-coordinate representation of color #185B1A: hue angle of 121.79º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B1A is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 26 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.64 |
| HSL | 121.79º | 0.58% | 0.23% | - |
| HSV(B) | 121.79º | 0.74% | 0.36% | - |
| XYZ | 4.3 | 7.75 | 2.25 | - |
| YUV | 63.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 26 | 0.74 | 0 | 0.71 | 0.64 | 121.79 | 0.58 | 0.23 |
| Hex | 18 | 5B | 1A | 4A | 0 | 47 | 40 | 7A | 3A | 17 |
| Octal | 30 | 133 | 32 | 112 | 0 | 107 | 100 | 172 | 72 | 27 |
| Binary | 11000 | 1011011 | 11010 | 1001010 | 0 | 1000111 | 1000000 | 1111010 | 111010 | 10111 |
Color Harmonies of #185B1A
Complementary color
Monochromatic Colors of #185B1A
Black with #185B1A
Text Example
Text Example
White with #185B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B1A; }
p { color: rgb(24,91,26); }
H1.HeaderClassName
{
color: #185B1A;
}
.AnyTagClassName
{
color: #185B1A;
}
</style>
background-color css
<style>
a { background-color: #185B1A; }
a { background-color: rgb(24,91,26); }
div.DivClassName
{
background-color: #185B1A;
}
.BgClassName
{
background-color: #185B1A;
}
</style>
border-color css
<style>
span { border-color: #185B1A; }
span { border-color: rgb(24,91,26); }
td.TdClassName
{
border-color: #185B1A;
}
.TagClassName
{
border-color: #185B1A;
}
</style>