Shades of Myrtle #185010
Tints of Myrtle #185010
RGB
CMYK
RGB Variations
Color information
#185010 (or 0x185010) is known color: Myrtle. HEX triplet: 18, 50 and 10. RGB value is (24,80,16). Sum of RGB (Red+Green+Blue) = 24+80+16=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #185010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185010 is #E7AFEF. Grayscale: #383838. Windows color (decimal): -15183856 or 1069080. OLE color: 1069080.
HSL color Cylindrical-coordinate representation of color #185010: hue angle of 112.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185010 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 80 | 16 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.69 |
| HSL | 112.5º | 0.67% | 0.19% | - |
| HSV(B) | 112.5º | 0.8% | 0.31% | - |
| XYZ | 3.34 | 5.97 | 1.47 | - |
| YUV | 55.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 16 | 0.70 | 0 | 0.80 | 0.69 | 112.5 | 0.67 | 0.19 |
| Hex | 18 | 50 | 10 | 46 | 0 | 50 | 45 | 70 | 43 | 13 |
| Octal | 30 | 120 | 20 | 106 | 0 | 120 | 105 | 160 | 103 | 23 |
| Binary | 11000 | 1010000 | 10000 | 1000110 | 0 | 1010000 | 1000101 | 1110000 | 1000011 | 10011 |
Color Harmonies of #185010
Complementary color
Monochromatic Colors of #185010
Black with #185010
Text Example
Text Example
White with #185010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185010; }
p { color: rgb(24,80,16); }
H1.HeaderClassName
{
color: #185010;
}
.AnyTagClassName
{
color: #185010;
}
</style>
background-color css
<style>
a { background-color: #185010; }
a { background-color: rgb(24,80,16); }
div.DivClassName
{
background-color: #185010;
}
.BgClassName
{
background-color: #185010;
}
</style>
border-color css
<style>
span { border-color: #185010; }
span { border-color: rgb(24,80,16); }
td.TdClassName
{
border-color: #185010;
}
.TagClassName
{
border-color: #185010;
}
</style>