Shades of Myrtle #18530E
Tints of Myrtle #18530E
RGB
CMYK
RGB Variations
Color information
#18530E (or 0x18530E) is known color: Myrtle. HEX triplet: 18, 53 and 0E. RGB value is (24,83,14). Sum of RGB (Red+Green+Blue) = 24+83+14=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #18530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530E is #E7ACF1. Grayscale: #393939. Windows color (decimal): -15183090 or 938776. OLE color: 938776.
HSL color Cylindrical-coordinate representation of color #18530E: hue angle of 111.3º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18530E is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 14 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.67 |
| HSL | 111.3º | 0.71% | 0.19% | - |
| HSV(B) | 111.3º | 0.83% | 0.33% | - |
| XYZ | 3.55 | 6.41 | 1.47 | - |
| YUV | 57.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 14 | 0.71 | 0 | 0.83 | 0.67 | 111.3 | 0.71 | 0.19 |
| Hex | 18 | 53 | E | 47 | 0 | 53 | 43 | 6F | 47 | 13 |
| Octal | 30 | 123 | 16 | 107 | 0 | 123 | 103 | 157 | 107 | 23 |
| Binary | 11000 | 1010011 | 1110 | 1000111 | 0 | 1010011 | 1000011 | 1101111 | 1000111 | 10011 |
Color Harmonies of #18530E
Complementary color
Monochromatic Colors of #18530E
Black with #18530E
Text Example
Text Example
White with #18530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18530E; }
p { color: rgb(24,83,14); }
H1.HeaderClassName
{
color: #18530E;
}
.AnyTagClassName
{
color: #18530E;
}
</style>
background-color css
<style>
a { background-color: #18530E; }
a { background-color: rgb(24,83,14); }
div.DivClassName
{
background-color: #18530E;
}
.BgClassName
{
background-color: #18530E;
}
</style>
border-color css
<style>
span { border-color: #18530E; }
span { border-color: rgb(24,83,14); }
td.TdClassName
{
border-color: #18530E;
}
.TagClassName
{
border-color: #18530E;
}
</style>