Shades of Myrtle #185802
Tints of Myrtle #185802
RGB
CMYK
RGB Variations
Color information
#185802 (or 0x185802) is known color: Myrtle. HEX triplet: 18, 58 and 02. RGB value is (24,88,2). Sum of RGB (Red+Green+Blue) = 24+88+2=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #185802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185802 is #E7A7FD. Grayscale: #3B3B3B. Windows color (decimal): -15181822 or 153624. OLE color: 153624.
HSL color Cylindrical-coordinate representation of color #185802: hue angle of 104.65º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #185802 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 2 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.65 |
| HSL | 104.65º | 0.96% | 0.18% | - |
| HSV(B) | 104.65º | 0.98% | 0.35% | - |
| XYZ | 3.88 | 7.18 | 1.24 | - |
| YUV | 59.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 2 | 0.73 | 0 | 0.98 | 0.65 | 104.65 | 0.96 | 0.18 |
| Hex | 18 | 58 | 2 | 49 | 0 | 62 | 41 | 69 | 60 | 12 |
| Octal | 30 | 130 | 2 | 111 | 0 | 142 | 101 | 151 | 140 | 22 |
| Binary | 11000 | 1011000 | 10 | 1001001 | 0 | 1100010 | 1000001 | 1101001 | 1100000 | 10010 |
Color Harmonies of #185802
Complementary color
Monochromatic Colors of #185802
Black with #185802
Text Example
Text Example
White with #185802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185802; }
p { color: rgb(24,88,2); }
H1.HeaderClassName
{
color: #185802;
}
.AnyTagClassName
{
color: #185802;
}
</style>
background-color css
<style>
a { background-color: #185802; }
a { background-color: rgb(24,88,2); }
div.DivClassName
{
background-color: #185802;
}
.BgClassName
{
background-color: #185802;
}
</style>
border-color css
<style>
span { border-color: #185802; }
span { border-color: rgb(24,88,2); }
td.TdClassName
{
border-color: #185802;
}
.TagClassName
{
border-color: #185802;
}
</style>