Shades of Myrtle #185B00
Tints of Myrtle #185B00
RGB
CMYK
RGB Variations
Color information
#185B00 (or 0x185B00) is known color: Myrtle. HEX triplet: 18, 5B and 00. RGB value is (24,91,0). Sum of RGB (Red+Green+Blue) = 24+91+0=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #185B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185B00 is #E7A4FF. Grayscale: #3C3C3C. Windows color (decimal): -15181056 or 23320. OLE color: 23320.
HSL color Cylindrical-coordinate representation of color #185B00: hue angle of 104.18º 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 #185B00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.64 |
| HSL | 104.18º | 1% | 0.18% | - |
| HSV(B) | 104.18º | 1% | 0.36% | - |
| XYZ | 4.12 | 7.68 | 1.26 | - |
| YUV | 60.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 0 | 0.74 | 0 | 1 | 0.64 | 104.18 | 1 | 0.18 |
| Hex | 18 | 5B | 0 | 4A | 0 | 64 | 40 | 68 | 64 | 12 |
| Octal | 30 | 133 | 0 | 112 | 0 | 144 | 100 | 150 | 144 | 22 |
| Binary | 11000 | 1011011 | 0 | 1001010 | 0 | 1100100 | 1000000 | 1101000 | 1100100 | 10010 |
Color Harmonies of #185B00
Complementary color
Monochromatic Colors of #185B00
Black with #185B00
Text Example
Text Example
White with #185B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B00; }
p { color: rgb(24,91,0); }
H1.HeaderClassName
{
color: #185B00;
}
.AnyTagClassName
{
color: #185B00;
}
</style>
background-color css
<style>
a { background-color: #185B00; }
a { background-color: rgb(24,91,0); }
div.DivClassName
{
background-color: #185B00;
}
.BgClassName
{
background-color: #185B00;
}
</style>
border-color css
<style>
span { border-color: #185B00; }
span { border-color: rgb(24,91,0); }
td.TdClassName
{
border-color: #185B00;
}
.TagClassName
{
border-color: #185B00;
}
</style>