Shades of Myrtle #18630C
Tints of Myrtle #18630C
RGB
CMYK
RGB Variations
Color information
#18630C (or 0x18630C) is known color: Myrtle. HEX triplet: 18, 63 and 0C. RGB value is (24,99,12). Sum of RGB (Red+Green+Blue) = 24+99+12=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #18630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18630C is #E79CF3. Grayscale: #424242. Windows color (decimal): -15178996 or 811800. OLE color: 811800.
HSL color Cylindrical-coordinate representation of color #18630C: hue angle of 111.72º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18630C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 12 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.61 |
| HSL | 111.72º | 0.78% | 0.22% | - |
| HSV(B) | 111.72º | 0.88% | 0.39% | - |
| XYZ | 4.9 | 9.14 | 1.85 | - |
| YUV | 66.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 12 | 0.76 | 0 | 0.88 | 0.61 | 111.72 | 0.78 | 0.22 |
| Hex | 18 | 63 | C | 4C | 0 | 58 | 3D | 70 | 4E | 16 |
| Octal | 30 | 143 | 14 | 114 | 0 | 130 | 75 | 160 | 116 | 26 |
| Binary | 11000 | 1100011 | 1100 | 1001100 | 0 | 1011000 | 111101 | 1110000 | 1001110 | 10110 |
Color Harmonies of #18630C
Complementary color
Monochromatic Colors of #18630C
Black with #18630C
Text Example
Text Example
White with #18630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18630C; }
p { color: rgb(24,99,12); }
H1.HeaderClassName
{
color: #18630C;
}
.AnyTagClassName
{
color: #18630C;
}
</style>
background-color css
<style>
a { background-color: #18630C; }
a { background-color: rgb(24,99,12); }
div.DivClassName
{
background-color: #18630C;
}
.BgClassName
{
background-color: #18630C;
}
</style>
border-color css
<style>
span { border-color: #18630C; }
span { border-color: rgb(24,99,12); }
td.TdClassName
{
border-color: #18630C;
}
.TagClassName
{
border-color: #18630C;
}
</style>