Shades of Myrtle #185319
Tints of Myrtle #185319
RGB
CMYK
RGB Variations
Color information
#185319 (or 0x185319) is known color: Myrtle. HEX triplet: 18, 53 and 19. RGB value is (24,83,25). Sum of RGB (Red+Green+Blue) = 24+83+25=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #185319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185319 is #E7ACE6. Grayscale: #3A3A3A. Windows color (decimal): -15183079 or 1659672. OLE color: 1659672.
HSL color Cylindrical-coordinate representation of color #185319: hue angle of 121.02º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185319 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 25 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.67 |
| HSL | 121.02º | 0.55% | 0.21% | - |
| HSV(B) | 121.02º | 0.71% | 0.33% | - |
| XYZ | 3.65 | 6.45 | 1.97 | - |
| YUV | 58.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 25 | 0.71 | 0 | 0.70 | 0.67 | 121.02 | 0.55 | 0.21 |
| Hex | 18 | 53 | 19 | 47 | 0 | 46 | 43 | 79 | 37 | 15 |
| Octal | 30 | 123 | 31 | 107 | 0 | 106 | 103 | 171 | 67 | 25 |
| Binary | 11000 | 1010011 | 11001 | 1000111 | 0 | 1000110 | 1000011 | 1111001 | 110111 | 10101 |
Color Harmonies of #185319
Complementary color
Monochromatic Colors of #185319
Black with #185319
Text Example
Text Example
White with #185319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185319; }
p { color: rgb(24,83,25); }
H1.HeaderClassName
{
color: #185319;
}
.AnyTagClassName
{
color: #185319;
}
</style>
background-color css
<style>
a { background-color: #185319; }
a { background-color: rgb(24,83,25); }
div.DivClassName
{
background-color: #185319;
}
.BgClassName
{
background-color: #185319;
}
</style>
border-color css
<style>
span { border-color: #185319; }
span { border-color: rgb(24,83,25); }
td.TdClassName
{
border-color: #185319;
}
.TagClassName
{
border-color: #185319;
}
</style>