Shades of Myrtle #18530C
Tints of Myrtle #18530C
RGB
CMYK
RGB Variations
Color information
#18530C (or 0x18530C) is known color: Myrtle. HEX triplet: 18, 53 and 0C. RGB value is (24,83,12). Sum of RGB (Red+Green+Blue) = 24+83+12=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #18530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18530C is #E7ACF3. Grayscale: #393939. Windows color (decimal): -15183092 or 807704. OLE color: 807704.
HSL color Cylindrical-coordinate representation of color #18530C: hue angle of 109.86º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18530C is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 12 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.67 |
| HSL | 109.86º | 0.75% | 0.19% | - |
| HSV(B) | 109.86º | 0.86% | 0.33% | - |
| XYZ | 3.54 | 6.41 | 1.4 | - |
| YUV | 57.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 12 | 0.71 | 0 | 0.86 | 0.67 | 109.86 | 0.75 | 0.19 |
| Hex | 18 | 53 | C | 47 | 0 | 56 | 43 | 6E | 4B | 13 |
| Octal | 30 | 123 | 14 | 107 | 0 | 126 | 103 | 156 | 113 | 23 |
| Binary | 11000 | 1010011 | 1100 | 1000111 | 0 | 1010110 | 1000011 | 1101110 | 1001011 | 10011 |
Color Harmonies of #18530C
Complementary color
Monochromatic Colors of #18530C
Black with #18530C
Text Example
Text Example
White with #18530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18530C; }
p { color: rgb(24,83,12); }
H1.HeaderClassName
{
color: #18530C;
}
.AnyTagClassName
{
color: #18530C;
}
</style>
background-color css
<style>
a { background-color: #18530C; }
a { background-color: rgb(24,83,12); }
div.DivClassName
{
background-color: #18530C;
}
.BgClassName
{
background-color: #18530C;
}
</style>
border-color css
<style>
span { border-color: #18530C; }
span { border-color: rgb(24,83,12); }
td.TdClassName
{
border-color: #18530C;
}
.TagClassName
{
border-color: #18530C;
}
</style>