Shades of Myrtle #185D00
Tints of Myrtle #185D00
RGB
CMYK
RGB Variations
Color information
#185D00 (or 0x185D00) is known color: Myrtle. HEX triplet: 18, 5D and 00. RGB value is (24,93,0). Sum of RGB (Red+Green+Blue) = 24+93+0=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #185D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185D00 is #E7A2FF. Grayscale: #3E3E3E. Windows color (decimal): -15180544 or 23832. OLE color: 23832.
HSL color Cylindrical-coordinate representation of color #185D00: hue angle of 104.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #185D00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 93 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.64 |
| HSL | 104.52º | 1% | 0.18% | - |
| HSV(B) | 104.52º | 1% | 0.36% | - |
| XYZ | 4.29 | 8.02 | 1.32 | - |
| YUV | 61.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 0 | 0.74 | 0 | 1 | 0.64 | 104.52 | 1 | 0.18 |
| Hex | 18 | 5D | 0 | 4A | 0 | 64 | 40 | 69 | 64 | 12 |
| Octal | 30 | 135 | 0 | 112 | 0 | 144 | 100 | 151 | 144 | 22 |
| Binary | 11000 | 1011101 | 0 | 1001010 | 0 | 1100100 | 1000000 | 1101001 | 1100100 | 10010 |
Color Harmonies of #185D00
Complementary color
Monochromatic Colors of #185D00
Black with #185D00
Text Example
Text Example
White with #185D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D00; }
p { color: rgb(24,93,0); }
H1.HeaderClassName
{
color: #185D00;
}
.AnyTagClassName
{
color: #185D00;
}
</style>
background-color css
<style>
a { background-color: #185D00; }
a { background-color: rgb(24,93,0); }
div.DivClassName
{
background-color: #185D00;
}
.BgClassName
{
background-color: #185D00;
}
</style>
border-color css
<style>
span { border-color: #185D00; }
span { border-color: rgb(24,93,0); }
td.TdClassName
{
border-color: #185D00;
}
.TagClassName
{
border-color: #185D00;
}
</style>