Shades of Myrtle #185315
Tints of Myrtle #185315
RGB
CMYK
RGB Variations
Color information
#185315 (or 0x185315) is known color: Myrtle. HEX triplet: 18, 53 and 15. RGB value is (24,83,21). Sum of RGB (Red+Green+Blue) = 24+83+21=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #185315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185315 is #E7ACEA. Grayscale: #3A3A3A. Windows color (decimal): -15183083 or 1397528. OLE color: 1397528.
HSL color Cylindrical-coordinate representation of color #185315: hue angle of 117.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185315 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 21 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.67 |
| HSL | 117.1º | 0.6% | 0.2% | - |
| HSV(B) | 117.1º | 0.75% | 0.33% | - |
| XYZ | 3.61 | 6.43 | 1.76 | - |
| YUV | 58.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 21 | 0.71 | 0 | 0.75 | 0.67 | 117.1 | 0.6 | 0.2 |
| Hex | 18 | 53 | 15 | 47 | 0 | 4B | 43 | 75 | 3C | 14 |
| Octal | 30 | 123 | 25 | 107 | 0 | 113 | 103 | 165 | 74 | 24 |
| Binary | 11000 | 1010011 | 10101 | 1000111 | 0 | 1001011 | 1000011 | 1110101 | 111100 | 10100 |
Color Harmonies of #185315
Complementary color
Monochromatic Colors of #185315
Black with #185315
Text Example
Text Example
White with #185315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185315; }
p { color: rgb(24,83,21); }
H1.HeaderClassName
{
color: #185315;
}
.AnyTagClassName
{
color: #185315;
}
</style>
background-color css
<style>
a { background-color: #185315; }
a { background-color: rgb(24,83,21); }
div.DivClassName
{
background-color: #185315;
}
.BgClassName
{
background-color: #185315;
}
</style>
border-color css
<style>
span { border-color: #185315; }
span { border-color: rgb(24,83,21); }
td.TdClassName
{
border-color: #185315;
}
.TagClassName
{
border-color: #185315;
}
</style>