Shades of Myrtle #186001
Tints of Myrtle #186001
RGB
CMYK
RGB Variations
Color information
#186001 (or 0x186001) is known color: Myrtle. HEX triplet: 18, 60 and 01. RGB value is (24,96,1). Sum of RGB (Red+Green+Blue) = 24+96+1=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #186001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186001 is #E79FFE. Grayscale: #3F3F3F. Windows color (decimal): -15179775 or 90136. OLE color: 90136.
HSL color Cylindrical-coordinate representation of color #186001: hue angle of 105.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #186001 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.62 |
| HSL | 105.47º | 0.98% | 0.19% | - |
| HSV(B) | 105.47º | 0.99% | 0.38% | - |
| XYZ | 4.57 | 8.56 | 1.44 | - |
| YUV | 63.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 1 | 0.75 | 0 | 0.99 | 0.62 | 105.47 | 0.98 | 0.19 |
| Hex | 18 | 60 | 1 | 4B | 0 | 63 | 3E | 69 | 62 | 13 |
| Octal | 30 | 140 | 1 | 113 | 0 | 143 | 76 | 151 | 142 | 23 |
| Binary | 11000 | 1100000 | 1 | 1001011 | 0 | 1100011 | 111110 | 1101001 | 1100010 | 10011 |
Color Harmonies of #186001
Complementary color
Monochromatic Colors of #186001
Black with #186001
Text Example
Text Example
White with #186001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186001; }
p { color: rgb(24,96,1); }
H1.HeaderClassName
{
color: #186001;
}
.AnyTagClassName
{
color: #186001;
}
</style>
background-color css
<style>
a { background-color: #186001; }
a { background-color: rgb(24,96,1); }
div.DivClassName
{
background-color: #186001;
}
.BgClassName
{
background-color: #186001;
}
</style>
border-color css
<style>
span { border-color: #186001; }
span { border-color: rgb(24,96,1); }
td.TdClassName
{
border-color: #186001;
}
.TagClassName
{
border-color: #186001;
}
</style>