Shades of Myrtle #185F03
Tints of Myrtle #185F03
RGB
CMYK
RGB Variations
Color information
#185F03 (or 0x185F03) is known color: Myrtle. HEX triplet: 18, 5F and 03. RGB value is (24,95,3). Sum of RGB (Red+Green+Blue) = 24+95+3=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 95 (37.5% from 255 or 77.87% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 95 - color contains mainly: green. Hex color #185F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185F03 is #E7A0FC. Grayscale: #3F3F3F. Windows color (decimal): -15180029 or 220952. OLE color: 220952.
HSL color Cylindrical-coordinate representation of color #185F03: hue angle of 106.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #185F03 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 3 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.63 |
| HSL | 106.3º | 0.94% | 0.19% | - |
| HSV(B) | 106.3º | 0.97% | 0.37% | - |
| XYZ | 4.49 | 8.39 | 1.47 | - |
| YUV | 63.28 | 93.98 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 3 | 0.75 | 0 | 0.97 | 0.63 | 106.3 | 0.94 | 0.19 |
| Hex | 18 | 5F | 3 | 4B | 0 | 61 | 3F | 6A | 5E | 13 |
| Octal | 30 | 137 | 3 | 113 | 0 | 141 | 77 | 152 | 136 | 23 |
| Binary | 11000 | 1011111 | 11 | 1001011 | 0 | 1100001 | 111111 | 1101010 | 1011110 | 10011 |
Color Harmonies of #185F03
Complementary color
Monochromatic Colors of #185F03
Black with #185F03
Text Example
Text Example
White with #185F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F03; }
p { color: rgb(24,95,3); }
H1.HeaderClassName
{
color: #185F03;
}
.AnyTagClassName
{
color: #185F03;
}
</style>
background-color css
<style>
a { background-color: #185F03; }
a { background-color: rgb(24,95,3); }
div.DivClassName
{
background-color: #185F03;
}
.BgClassName
{
background-color: #185F03;
}
</style>
border-color css
<style>
span { border-color: #185F03; }
span { border-color: rgb(24,95,3); }
td.TdClassName
{
border-color: #185F03;
}
.TagClassName
{
border-color: #185F03;
}
</style>