Shades of Myrtle #185601
Tints of Myrtle #185601
RGB
CMYK
RGB Variations
Color information
#185601 (or 0x185601) is known color: Myrtle. HEX triplet: 18, 56 and 01. RGB value is (24,86,1). Sum of RGB (Red+Green+Blue) = 24+86+1=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #185601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185601 is #E7A9FE. Grayscale: #3A3A3A. Windows color (decimal): -15182335 or 87576. OLE color: 87576.
HSL color Cylindrical-coordinate representation of color #185601: hue angle of 103.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #185601 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.66 |
| HSL | 103.76º | 0.98% | 0.17% | - |
| HSV(B) | 103.76º | 0.99% | 0.34% | - |
| XYZ | 3.71 | 6.85 | 1.16 | - |
| YUV | 57.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 1 | 0.72 | 0 | 0.99 | 0.66 | 103.76 | 0.98 | 0.17 |
| Hex | 18 | 56 | 1 | 48 | 0 | 63 | 42 | 68 | 62 | 11 |
| Octal | 30 | 126 | 1 | 110 | 0 | 143 | 102 | 150 | 142 | 21 |
| Binary | 11000 | 1010110 | 1 | 1001000 | 0 | 1100011 | 1000010 | 1101000 | 1100010 | 10001 |
Color Harmonies of #185601
Complementary color
Monochromatic Colors of #185601
Black with #185601
Text Example
Text Example
White with #185601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185601; }
p { color: rgb(24,86,1); }
H1.HeaderClassName
{
color: #185601;
}
.AnyTagClassName
{
color: #185601;
}
</style>
background-color css
<style>
a { background-color: #185601; }
a { background-color: rgb(24,86,1); }
div.DivClassName
{
background-color: #185601;
}
.BgClassName
{
background-color: #185601;
}
</style>
border-color css
<style>
span { border-color: #185601; }
span { border-color: rgb(24,86,1); }
td.TdClassName
{
border-color: #185601;
}
.TagClassName
{
border-color: #185601;
}
</style>