Shades of Myrtle #185514
Tints of Myrtle #185514
RGB
CMYK
RGB Variations
Color information
#185514 (or 0x185514) is known color: Myrtle. HEX triplet: 18, 55 and 14. RGB value is (24,85,20). Sum of RGB (Red+Green+Blue) = 24+85+20=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #185514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185514 is #E7AAEB. Grayscale: #3B3B3B. Windows color (decimal): -15182572 or 1332504. OLE color: 1332504.
HSL color Cylindrical-coordinate representation of color #185514: hue angle of 116.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185514 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 20 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.67 |
| HSL | 116.31º | 0.62% | 0.21% | - |
| HSV(B) | 116.31º | 0.76% | 0.33% | - |
| XYZ | 3.75 | 6.74 | 1.77 | - |
| YUV | 59.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 20 | 0.72 | 0 | 0.76 | 0.67 | 116.31 | 0.62 | 0.21 |
| Hex | 18 | 55 | 14 | 48 | 0 | 4C | 43 | 74 | 3E | 15 |
| Octal | 30 | 125 | 24 | 110 | 0 | 114 | 103 | 164 | 76 | 25 |
| Binary | 11000 | 1010101 | 10100 | 1001000 | 0 | 1001100 | 1000011 | 1110100 | 111110 | 10101 |
Color Harmonies of #185514
Complementary color
Monochromatic Colors of #185514
Black with #185514
Text Example
Text Example
White with #185514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185514; }
p { color: rgb(24,85,20); }
H1.HeaderClassName
{
color: #185514;
}
.AnyTagClassName
{
color: #185514;
}
</style>
background-color css
<style>
a { background-color: #185514; }
a { background-color: rgb(24,85,20); }
div.DivClassName
{
background-color: #185514;
}
.BgClassName
{
background-color: #185514;
}
</style>
border-color css
<style>
span { border-color: #185514; }
span { border-color: rgb(24,85,20); }
td.TdClassName
{
border-color: #185514;
}
.TagClassName
{
border-color: #185514;
}
</style>