Shades of Myrtle #18530D
Tints of Myrtle #18530D
RGB
CMYK
RGB Variations
Color information
#18530D (or 0x18530D) is known color: Myrtle. HEX triplet: 18, 53 and 0D. RGB value is (24,83,13). Sum of RGB (Red+Green+Blue) = 24+83+13=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #18530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530D is #E7ACF2. Grayscale: #393939. Windows color (decimal): -15183091 or 873240. OLE color: 873240.
HSL color Cylindrical-coordinate representation of color #18530D: hue angle of 110.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18530D is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 13 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.67 |
| HSL | 110.57º | 0.73% | 0.19% | - |
| HSV(B) | 110.57º | 0.84% | 0.33% | - |
| XYZ | 3.54 | 6.41 | 1.43 | - |
| YUV | 57.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 13 | 0.71 | 0 | 0.84 | 0.67 | 110.57 | 0.73 | 0.19 |
| Hex | 18 | 53 | D | 47 | 0 | 54 | 43 | 6F | 49 | 13 |
| Octal | 30 | 123 | 15 | 107 | 0 | 124 | 103 | 157 | 111 | 23 |
| Binary | 11000 | 1010011 | 1101 | 1000111 | 0 | 1010100 | 1000011 | 1101111 | 1001001 | 10011 |
Color Harmonies of #18530D
Complementary color
Monochromatic Colors of #18530D
Black with #18530D
Text Example
Text Example
White with #18530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18530D; }
p { color: rgb(24,83,13); }
H1.HeaderClassName
{
color: #18530D;
}
.AnyTagClassName
{
color: #18530D;
}
</style>
background-color css
<style>
a { background-color: #18530D; }
a { background-color: rgb(24,83,13); }
div.DivClassName
{
background-color: #18530D;
}
.BgClassName
{
background-color: #18530D;
}
</style>
border-color css
<style>
span { border-color: #18530D; }
span { border-color: rgb(24,83,13); }
td.TdClassName
{
border-color: #18530D;
}
.TagClassName
{
border-color: #18530D;
}
</style>