Shades of Myrtle #185B01
Tints of Myrtle #185B01
RGB
CMYK
RGB Variations
Color information
#185B01 (or 0x185B01) is known color: Myrtle. HEX triplet: 18, 5B and 01. RGB value is (24,91,1). Sum of RGB (Red+Green+Blue) = 24+91+1=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 91 (35.94% from 255 or 78.45% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 91 - color contains mainly: green. Hex color #185B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185B01 is #E7A4FE. Grayscale: #3D3D3D. Windows color (decimal): -15181055 or 88856. OLE color: 88856.
HSL color Cylindrical-coordinate representation of color #185B01: hue angle of 104.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #185B01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.64 |
| HSL | 104.67º | 0.98% | 0.18% | - |
| HSV(B) | 104.67º | 0.99% | 0.36% | - |
| XYZ | 4.12 | 7.68 | 1.29 | - |
| YUV | 60.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 1 | 0.74 | 0 | 0.99 | 0.64 | 104.67 | 0.98 | 0.18 |
| Hex | 18 | 5B | 1 | 4A | 0 | 63 | 40 | 69 | 62 | 12 |
| Octal | 30 | 133 | 1 | 112 | 0 | 143 | 100 | 151 | 142 | 22 |
| Binary | 11000 | 1011011 | 1 | 1001010 | 0 | 1100011 | 1000000 | 1101001 | 1100010 | 10010 |
Color Harmonies of #185B01
Complementary color
Monochromatic Colors of #185B01
Black with #185B01
Text Example
Text Example
White with #185B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B01; }
p { color: rgb(24,91,1); }
H1.HeaderClassName
{
color: #185B01;
}
.AnyTagClassName
{
color: #185B01;
}
</style>
background-color css
<style>
a { background-color: #185B01; }
a { background-color: rgb(24,91,1); }
div.DivClassName
{
background-color: #185B01;
}
.BgClassName
{
background-color: #185B01;
}
</style>
border-color css
<style>
span { border-color: #185B01; }
span { border-color: rgb(24,91,1); }
td.TdClassName
{
border-color: #185B01;
}
.TagClassName
{
border-color: #185B01;
}
</style>