Shades of Myrtle #185F01
Tints of Myrtle #185F01
RGB
CMYK
RGB Variations
Color information
#185F01 (or 0x185F01) is known color: Myrtle. HEX triplet: 18, 5F and 01. RGB value is (24,95,1). Sum of RGB (Red+Green+Blue) = 24+95+1=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 95 (37.5% from 255 or 79.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 95 - color contains mainly: green. Hex color #185F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185F01 is #E7A0FE. Grayscale: #3F3F3F. Windows color (decimal): -15180031 or 89880. OLE color: 89880.
HSL color Cylindrical-coordinate representation of color #185F01: hue angle of 105.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #185F01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.63 |
| HSL | 105.32º | 0.98% | 0.19% | - |
| HSV(B) | 105.32º | 0.99% | 0.37% | - |
| XYZ | 4.47 | 8.38 | 1.41 | - |
| YUV | 63.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 1 | 0.75 | 0 | 0.99 | 0.63 | 105.32 | 0.98 | 0.19 |
| Hex | 18 | 5F | 1 | 4B | 0 | 63 | 3F | 69 | 62 | 13 |
| Octal | 30 | 137 | 1 | 113 | 0 | 143 | 77 | 151 | 142 | 23 |
| Binary | 11000 | 1011111 | 1 | 1001011 | 0 | 1100011 | 111111 | 1101001 | 1100010 | 10011 |
Color Harmonies of #185F01
Complementary color
Monochromatic Colors of #185F01
Black with #185F01
Text Example
Text Example
White with #185F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F01; }
p { color: rgb(24,95,1); }
H1.HeaderClassName
{
color: #185F01;
}
.AnyTagClassName
{
color: #185F01;
}
</style>
background-color css
<style>
a { background-color: #185F01; }
a { background-color: rgb(24,95,1); }
div.DivClassName
{
background-color: #185F01;
}
.BgClassName
{
background-color: #185F01;
}
</style>
border-color css
<style>
span { border-color: #185F01; }
span { border-color: rgb(24,95,1); }
td.TdClassName
{
border-color: #185F01;
}
.TagClassName
{
border-color: #185F01;
}
</style>