Shades of Myrtle #185413
Tints of Myrtle #185413
RGB
CMYK
RGB Variations
Color information
#185413 (or 0x185413) is known color: Myrtle. HEX triplet: 18, 54 and 13. RGB value is (24,84,19). Sum of RGB (Red+Green+Blue) = 24+84+19=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 84 (33.20% from 255 or 66.14% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 84 - color contains mainly: green. Hex color #185413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185413 is #E7ABEC. Grayscale: #3A3A3A. Windows color (decimal): -15182829 or 1266712. OLE color: 1266712.
HSL color Cylindrical-coordinate representation of color #185413: hue angle of 115.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185413 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 84 | 19 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.67 |
| HSL | 115.38º | 0.63% | 0.2% | - |
| HSV(B) | 115.38º | 0.77% | 0.33% | - |
| XYZ | 3.66 | 6.58 | 1.69 | - |
| YUV | 58.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 19 | 0.71 | 0 | 0.77 | 0.67 | 115.38 | 0.63 | 0.2 |
| Hex | 18 | 54 | 13 | 47 | 0 | 4D | 43 | 73 | 3F | 14 |
| Octal | 30 | 124 | 23 | 107 | 0 | 115 | 103 | 163 | 77 | 24 |
| Binary | 11000 | 1010100 | 10011 | 1000111 | 0 | 1001101 | 1000011 | 1110011 | 111111 | 10100 |
Color Harmonies of #185413
Complementary color
Monochromatic Colors of #185413
Black with #185413
Text Example
Text Example
White with #185413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185413; }
p { color: rgb(24,84,19); }
H1.HeaderClassName
{
color: #185413;
}
.AnyTagClassName
{
color: #185413;
}
</style>
background-color css
<style>
a { background-color: #185413; }
a { background-color: rgb(24,84,19); }
div.DivClassName
{
background-color: #185413;
}
.BgClassName
{
background-color: #185413;
}
</style>
border-color css
<style>
span { border-color: #185413; }
span { border-color: rgb(24,84,19); }
td.TdClassName
{
border-color: #185413;
}
.TagClassName
{
border-color: #185413;
}
</style>