Shades of Myrtle #185814
Tints of Myrtle #185814
RGB
CMYK
RGB Variations
Color information
#185814 (or 0x185814) is known color: Myrtle. HEX triplet: 18, 58 and 14. RGB value is (24,88,20). Sum of RGB (Red+Green+Blue) = 24+88+20=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #185814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185814 is #E7A7EB. Grayscale: #3D3D3D. Windows color (decimal): -15181804 or 1333272. OLE color: 1333272.
HSL color Cylindrical-coordinate representation of color #185814: hue angle of 116.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185814 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 20 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.65 |
| HSL | 116.47º | 0.63% | 0.21% | - |
| HSV(B) | 116.47º | 0.77% | 0.35% | - |
| XYZ | 3.99 | 7.22 | 1.85 | - |
| YUV | 61.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 20 | 0.73 | 0 | 0.77 | 0.65 | 116.47 | 0.63 | 0.21 |
| Hex | 18 | 58 | 14 | 49 | 0 | 4D | 41 | 74 | 3F | 15 |
| Octal | 30 | 130 | 24 | 111 | 0 | 115 | 101 | 164 | 77 | 25 |
| Binary | 11000 | 1011000 | 10100 | 1001001 | 0 | 1001101 | 1000001 | 1110100 | 111111 | 10101 |
Color Harmonies of #185814
Complementary color
Monochromatic Colors of #185814
Black with #185814
Text Example
Text Example
White with #185814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185814; }
p { color: rgb(24,88,20); }
H1.HeaderClassName
{
color: #185814;
}
.AnyTagClassName
{
color: #185814;
}
</style>
background-color css
<style>
a { background-color: #185814; }
a { background-color: rgb(24,88,20); }
div.DivClassName
{
background-color: #185814;
}
.BgClassName
{
background-color: #185814;
}
</style>
border-color css
<style>
span { border-color: #185814; }
span { border-color: rgb(24,88,20); }
td.TdClassName
{
border-color: #185814;
}
.TagClassName
{
border-color: #185814;
}
</style>