Shades of Myrtle #185502
Tints of Myrtle #185502
RGB
CMYK
RGB Variations
Color information
#185502 (or 0x185502) is known color: Myrtle. HEX triplet: 18, 55 and 02. RGB value is (24,85,2). Sum of RGB (Red+Green+Blue) = 24+85+2=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #185502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185502 is #E7AAFD. Grayscale: #393939. Windows color (decimal): -15182590 or 152856. OLE color: 152856.
HSL color Cylindrical-coordinate representation of color #185502: hue angle of 104.1º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #185502 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 2 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.67 |
| HSL | 104.1º | 0.95% | 0.17% | - |
| HSV(B) | 104.1º | 0.98% | 0.33% | - |
| XYZ | 3.64 | 6.7 | 1.16 | - |
| YUV | 57.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 2 | 0.72 | 0 | 0.98 | 0.67 | 104.1 | 0.95 | 0.17 |
| Hex | 18 | 55 | 2 | 48 | 0 | 62 | 43 | 68 | 5F | 11 |
| Octal | 30 | 125 | 2 | 110 | 0 | 142 | 103 | 150 | 137 | 21 |
| Binary | 11000 | 1010101 | 10 | 1001000 | 0 | 1100010 | 1000011 | 1101000 | 1011111 | 10001 |
Color Harmonies of #185502
Complementary color
Monochromatic Colors of #185502
Black with #185502
Text Example
Text Example
White with #185502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185502; }
p { color: rgb(24,85,2); }
H1.HeaderClassName
{
color: #185502;
}
.AnyTagClassName
{
color: #185502;
}
</style>
background-color css
<style>
a { background-color: #185502; }
a { background-color: rgb(24,85,2); }
div.DivClassName
{
background-color: #185502;
}
.BgClassName
{
background-color: #185502;
}
</style>
border-color css
<style>
span { border-color: #185502; }
span { border-color: rgb(24,85,2); }
td.TdClassName
{
border-color: #185502;
}
.TagClassName
{
border-color: #185502;
}
</style>