Shades of Myrtle #185313
Tints of Myrtle #185313
RGB
CMYK
RGB Variations
Color information
#185313 (or 0x185313) is known color: Myrtle. HEX triplet: 18, 53 and 13. RGB value is (24,83,19). Sum of RGB (Red+Green+Blue) = 24+83+19=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #185313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185313 is #E7ACEC. Grayscale: #3A3A3A. Windows color (decimal): -15183085 or 1266456. OLE color: 1266456.
HSL color Cylindrical-coordinate representation of color #185313: hue angle of 115.31º 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 #185313 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 19 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.67 |
| HSL | 115.31º | 0.63% | 0.2% | - |
| HSV(B) | 115.31º | 0.77% | 0.33% | - |
| XYZ | 3.59 | 6.43 | 1.67 | - |
| YUV | 58.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 19 | 0.71 | 0 | 0.77 | 0.67 | 115.31 | 0.63 | 0.2 |
| Hex | 18 | 53 | 13 | 47 | 0 | 4D | 43 | 73 | 3F | 14 |
| Octal | 30 | 123 | 23 | 107 | 0 | 115 | 103 | 163 | 77 | 24 |
| Binary | 11000 | 1010011 | 10011 | 1000111 | 0 | 1001101 | 1000011 | 1110011 | 111111 | 10100 |
Color Harmonies of #185313
Complementary color
Monochromatic Colors of #185313
Black with #185313
Text Example
Text Example
White with #185313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185313; }
p { color: rgb(24,83,19); }
H1.HeaderClassName
{
color: #185313;
}
.AnyTagClassName
{
color: #185313;
}
</style>
background-color css
<style>
a { background-color: #185313; }
a { background-color: rgb(24,83,19); }
div.DivClassName
{
background-color: #185313;
}
.BgClassName
{
background-color: #185313;
}
</style>
border-color css
<style>
span { border-color: #185313; }
span { border-color: rgb(24,83,19); }
td.TdClassName
{
border-color: #185313;
}
.TagClassName
{
border-color: #185313;
}
</style>