Shades of Myrtle #185503
Tints of Myrtle #185503
RGB
CMYK
RGB Variations
Color information
#185503 (or 0x185503) is known color: Myrtle. HEX triplet: 18, 55 and 03. RGB value is (24,85,3). Sum of RGB (Red+Green+Blue) = 24+85+3=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #185503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185503 is #E7AAFC. Grayscale: #393939. Windows color (decimal): -15182589 or 218392. OLE color: 218392.
HSL color Cylindrical-coordinate representation of color #185503: hue angle of 104.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #185503 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 3 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.67 |
| HSL | 104.63º | 0.93% | 0.17% | - |
| HSV(B) | 104.63º | 0.96% | 0.33% | - |
| XYZ | 3.64 | 6.7 | 1.19 | - |
| YUV | 57.41 | 97.29 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 3 | 0.72 | 0 | 0.96 | 0.67 | 104.63 | 0.93 | 0.17 |
| Hex | 18 | 55 | 3 | 48 | 0 | 60 | 43 | 69 | 5D | 11 |
| Octal | 30 | 125 | 3 | 110 | 0 | 140 | 103 | 151 | 135 | 21 |
| Binary | 11000 | 1010101 | 11 | 1001000 | 0 | 1100000 | 1000011 | 1101001 | 1011101 | 10001 |
Color Harmonies of #185503
Complementary color
Monochromatic Colors of #185503
Black with #185503
Text Example
Text Example
White with #185503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185503; }
p { color: rgb(24,85,3); }
H1.HeaderClassName
{
color: #185503;
}
.AnyTagClassName
{
color: #185503;
}
</style>
background-color css
<style>
a { background-color: #185503; }
a { background-color: rgb(24,85,3); }
div.DivClassName
{
background-color: #185503;
}
.BgClassName
{
background-color: #185503;
}
</style>
border-color css
<style>
span { border-color: #185503; }
span { border-color: rgb(24,85,3); }
td.TdClassName
{
border-color: #185503;
}
.TagClassName
{
border-color: #185503;
}
</style>