Shades of Myrtle #185714
Tints of Myrtle #185714
RGB
CMYK
RGB Variations
Color information
#185714 (or 0x185714) is known color: Myrtle. HEX triplet: 18, 57 and 14. RGB value is (24,87,20). Sum of RGB (Red+Green+Blue) = 24+87+20=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 87 (34.38% from 255 or 66.41% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 87 - color contains mainly: green. Hex color #185714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185714 is #E7A8EB. Grayscale: #3C3C3C. Windows color (decimal): -15182060 or 1333016. OLE color: 1333016.
HSL color Cylindrical-coordinate representation of color #185714: hue angle of 116.42º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185714 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 87 | 20 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.66 |
| HSL | 116.42º | 0.63% | 0.21% | - |
| HSV(B) | 116.42º | 0.77% | 0.34% | - |
| XYZ | 3.91 | 7.06 | 1.82 | - |
| YUV | 60.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 20 | 0.72 | 0 | 0.77 | 0.66 | 116.42 | 0.63 | 0.21 |
| Hex | 18 | 57 | 14 | 48 | 0 | 4D | 42 | 74 | 3F | 15 |
| Octal | 30 | 127 | 24 | 110 | 0 | 115 | 102 | 164 | 77 | 25 |
| Binary | 11000 | 1010111 | 10100 | 1001000 | 0 | 1001101 | 1000010 | 1110100 | 111111 | 10101 |
Color Harmonies of #185714
Complementary color
Monochromatic Colors of #185714
Black with #185714
Text Example
Text Example
White with #185714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185714; }
p { color: rgb(24,87,20); }
H1.HeaderClassName
{
color: #185714;
}
.AnyTagClassName
{
color: #185714;
}
</style>
background-color css
<style>
a { background-color: #185714; }
a { background-color: rgb(24,87,20); }
div.DivClassName
{
background-color: #185714;
}
.BgClassName
{
background-color: #185714;
}
</style>
border-color css
<style>
span { border-color: #185714; }
span { border-color: rgb(24,87,20); }
td.TdClassName
{
border-color: #185714;
}
.TagClassName
{
border-color: #185714;
}
</style>