Shades of Myrtle #185A10
Tints of Myrtle #185A10
RGB
CMYK
RGB Variations
Color information
#185A10 (or 0x185A10) is known color: Myrtle. HEX triplet: 18, 5A and 10. RGB value is (24,90,16). Sum of RGB (Red+Green+Blue) = 24+90+16=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #185A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185A10 is #E7A5EF. Grayscale: #3E3E3E. Windows color (decimal): -15181296 or 1071640. OLE color: 1071640.
HSL color Cylindrical-coordinate representation of color #185A10: hue angle of 113.51º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185A10 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 90 | 16 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.65 |
| HSL | 113.51º | 0.7% | 0.21% | - |
| HSV(B) | 113.51º | 0.82% | 0.35% | - |
| XYZ | 4.13 | 7.54 | 1.73 | - |
| YUV | 61.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 16 | 0.73 | 0 | 0.82 | 0.65 | 113.51 | 0.7 | 0.21 |
| Hex | 18 | 5A | 10 | 49 | 0 | 52 | 41 | 72 | 46 | 15 |
| Octal | 30 | 132 | 20 | 111 | 0 | 122 | 101 | 162 | 106 | 25 |
| Binary | 11000 | 1011010 | 10000 | 1001001 | 0 | 1010010 | 1000001 | 1110010 | 1000110 | 10101 |
Color Harmonies of #185A10
Complementary color
Monochromatic Colors of #185A10
Black with #185A10
Text Example
Text Example
White with #185A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A10; }
p { color: rgb(24,90,16); }
H1.HeaderClassName
{
color: #185A10;
}
.AnyTagClassName
{
color: #185A10;
}
</style>
background-color css
<style>
a { background-color: #185A10; }
a { background-color: rgb(24,90,16); }
div.DivClassName
{
background-color: #185A10;
}
.BgClassName
{
background-color: #185A10;
}
</style>
border-color css
<style>
span { border-color: #185A10; }
span { border-color: rgb(24,90,16); }
td.TdClassName
{
border-color: #185A10;
}
.TagClassName
{
border-color: #185A10;
}
</style>