Shades of Myrtle #185519
Tints of Myrtle #185519
RGB
CMYK
RGB Variations
Color information
#185519 (or 0x185519) is known color: Myrtle. HEX triplet: 18, 55 and 19. RGB value is (24,85,25). Sum of RGB (Red+Green+Blue) = 24+85+25=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #185519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185519 is #E7AAE6. Grayscale: #3C3C3C. Windows color (decimal): -15182567 or 1660184. OLE color: 1660184.
HSL color Cylindrical-coordinate representation of color #185519: hue angle of 120.98º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185519 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 25 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.67 |
| HSL | 120.98º | 0.56% | 0.21% | - |
| HSV(B) | 120.98º | 0.72% | 0.33% | - |
| XYZ | 3.8 | 6.76 | 2.02 | - |
| YUV | 59.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 25 | 0.72 | 0 | 0.71 | 0.67 | 120.98 | 0.56 | 0.21 |
| Hex | 18 | 55 | 19 | 48 | 0 | 47 | 43 | 79 | 38 | 15 |
| Octal | 30 | 125 | 31 | 110 | 0 | 107 | 103 | 171 | 70 | 25 |
| Binary | 11000 | 1010101 | 11001 | 1001000 | 0 | 1000111 | 1000011 | 1111001 | 111000 | 10101 |
Color Harmonies of #185519
Complementary color
Monochromatic Colors of #185519
Black with #185519
Text Example
Text Example
White with #185519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185519; }
p { color: rgb(24,85,25); }
H1.HeaderClassName
{
color: #185519;
}
.AnyTagClassName
{
color: #185519;
}
</style>
background-color css
<style>
a { background-color: #185519; }
a { background-color: rgb(24,85,25); }
div.DivClassName
{
background-color: #185519;
}
.BgClassName
{
background-color: #185519;
}
</style>
border-color css
<style>
span { border-color: #185519; }
span { border-color: rgb(24,85,25); }
td.TdClassName
{
border-color: #185519;
}
.TagClassName
{
border-color: #185519;
}
</style>