Shades of Myrtle #185B05
Tints of Myrtle #185B05
RGB
CMYK
RGB Variations
Color information
#185B05 (or 0x185B05) is known color: Myrtle. HEX triplet: 18, 5B and 05. RGB value is (24,91,5). Sum of RGB (Red+Green+Blue) = 24+91+5=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 91 (35.94% from 255 or 75.83% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 91 - color contains mainly: green. Hex color #185B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185B05 is #E7A4FA. Grayscale: #3D3D3D. Windows color (decimal): -15181051 or 351000. OLE color: 351000.
HSL color Cylindrical-coordinate representation of color #185B05: hue angle of 106.74º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #185B05 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 5 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.64 |
| HSL | 106.74º | 0.9% | 0.19% | - |
| HSV(B) | 106.74º | 0.95% | 0.36% | - |
| XYZ | 4.15 | 7.69 | 1.41 | - |
| YUV | 61.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 5 | 0.74 | 0 | 0.95 | 0.64 | 106.74 | 0.9 | 0.19 |
| Hex | 18 | 5B | 5 | 4A | 0 | 5F | 40 | 6B | 5A | 13 |
| Octal | 30 | 133 | 5 | 112 | 0 | 137 | 100 | 153 | 132 | 23 |
| Binary | 11000 | 1011011 | 101 | 1001010 | 0 | 1011111 | 1000000 | 1101011 | 1011010 | 10011 |
Color Harmonies of #185B05
Complementary color
Monochromatic Colors of #185B05
Black with #185B05
Text Example
Text Example
White with #185B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B05; }
p { color: rgb(24,91,5); }
H1.HeaderClassName
{
color: #185B05;
}
.AnyTagClassName
{
color: #185B05;
}
</style>
background-color css
<style>
a { background-color: #185B05; }
a { background-color: rgb(24,91,5); }
div.DivClassName
{
background-color: #185B05;
}
.BgClassName
{
background-color: #185B05;
}
</style>
border-color css
<style>
span { border-color: #185B05; }
span { border-color: rgb(24,91,5); }
td.TdClassName
{
border-color: #185B05;
}
.TagClassName
{
border-color: #185B05;
}
</style>