Shades of Myrtle #185D08
Tints of Myrtle #185D08
RGB
CMYK
RGB Variations
Color information
#185D08 (or 0x185D08) is known color: Myrtle. HEX triplet: 18, 5D and 08. RGB value is (24,93,8). Sum of RGB (Red+Green+Blue) = 24+93+8=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #185D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185D08 is #E7A2F7. Grayscale: #3E3E3E. Windows color (decimal): -15180536 or 548120. OLE color: 548120.
HSL color Cylindrical-coordinate representation of color #185D08: hue angle of 108.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #185D08 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 93 | 8 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.64 |
| HSL | 108.71º | 0.84% | 0.2% | - |
| HSV(B) | 108.71º | 0.91% | 0.36% | - |
| XYZ | 4.33 | 8.04 | 1.55 | - |
| YUV | 62.68 | 97.14 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 8 | 0.74 | 0 | 0.91 | 0.64 | 108.71 | 0.84 | 0.2 |
| Hex | 18 | 5D | 8 | 4A | 0 | 5B | 40 | 6D | 54 | 14 |
| Octal | 30 | 135 | 10 | 112 | 0 | 133 | 100 | 155 | 124 | 24 |
| Binary | 11000 | 1011101 | 1000 | 1001010 | 0 | 1011011 | 1000000 | 1101101 | 1010100 | 10100 |
Color Harmonies of #185D08
Complementary color
Monochromatic Colors of #185D08
Black with #185D08
Text Example
Text Example
White with #185D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D08; }
p { color: rgb(24,93,8); }
H1.HeaderClassName
{
color: #185D08;
}
.AnyTagClassName
{
color: #185D08;
}
</style>
background-color css
<style>
a { background-color: #185D08; }
a { background-color: rgb(24,93,8); }
div.DivClassName
{
background-color: #185D08;
}
.BgClassName
{
background-color: #185D08;
}
</style>
border-color css
<style>
span { border-color: #185D08; }
span { border-color: rgb(24,93,8); }
td.TdClassName
{
border-color: #185D08;
}
.TagClassName
{
border-color: #185D08;
}
</style>