Shades of Myrtle #185316
Tints of Myrtle #185316
RGB
CMYK
RGB Variations
Color information
#185316 (or 0x185316) is known color: Myrtle. HEX triplet: 18, 53 and 16. RGB value is (24,83,22). Sum of RGB (Red+Green+Blue) = 24+83+22=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #185316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185316 is #E7ACE9. Grayscale: #3A3A3A. Windows color (decimal): -15183082 or 1463064. OLE color: 1463064.
HSL color Cylindrical-coordinate representation of color #185316: hue angle of 118.03º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185316 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 22 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.67 |
| HSL | 118.03º | 0.58% | 0.21% | - |
| HSV(B) | 118.03º | 0.73% | 0.33% | - |
| XYZ | 3.61 | 6.44 | 1.81 | - |
| YUV | 58.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 22 | 0.71 | 0 | 0.73 | 0.67 | 118.03 | 0.58 | 0.21 |
| Hex | 18 | 53 | 16 | 47 | 0 | 49 | 43 | 76 | 3A | 15 |
| Octal | 30 | 123 | 26 | 107 | 0 | 111 | 103 | 166 | 72 | 25 |
| Binary | 11000 | 1010011 | 10110 | 1000111 | 0 | 1001001 | 1000011 | 1110110 | 111010 | 10101 |
Color Harmonies of #185316
Complementary color
Monochromatic Colors of #185316
Black with #185316
Text Example
Text Example
White with #185316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185316; }
p { color: rgb(24,83,22); }
H1.HeaderClassName
{
color: #185316;
}
.AnyTagClassName
{
color: #185316;
}
</style>
background-color css
<style>
a { background-color: #185316; }
a { background-color: rgb(24,83,22); }
div.DivClassName
{
background-color: #185316;
}
.BgClassName
{
background-color: #185316;
}
</style>
border-color css
<style>
span { border-color: #185316; }
span { border-color: rgb(24,83,22); }
td.TdClassName
{
border-color: #185316;
}
.TagClassName
{
border-color: #185316;
}
</style>