Shades of Myrtle #18360C
Tints of Myrtle #18360C
RGB
CMYK
RGB Variations
Color information
#18360C (or 0x18360C) is known color: Myrtle. HEX triplet: 18, 36 and 0C. RGB value is (24,54,12). Sum of RGB (Red+Green+Blue) = 24+54+12=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 54 (21.48% from 255 or 60% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 54 - color contains mainly: green. Hex color #18360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18360C is #E7C9F3. Grayscale: #282828. Windows color (decimal): -15190516 or 800280. OLE color: 800280.
HSL color Cylindrical-coordinate representation of color #18360C: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18360C is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 54 | 12 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.79 |
| HSL | 102.86º | 0.64% | 0.13% | - |
| HSV(B) | 102.86º | 0.78% | 0.21% | - |
| XYZ | 1.76 | 2.86 | 0.81 | - |
| YUV | 40.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 12 | 0.56 | 0 | 0.78 | 0.79 | 102.86 | 0.64 | 0.13 |
| Hex | 18 | 36 | C | 38 | 0 | 4E | 4F | 67 | 40 | D |
| Octal | 30 | 66 | 14 | 70 | 0 | 116 | 117 | 147 | 100 | 15 |
| Binary | 11000 | 110110 | 1100 | 111000 | 0 | 1001110 | 1001111 | 1100111 | 1000000 | 1101 |
Color Harmonies of #18360C
Complementary color
Monochromatic Colors of #18360C
Black with #18360C
Text Example
Text Example
White with #18360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18360C; }
p { color: rgb(24,54,12); }
H1.HeaderClassName
{
color: #18360C;
}
.AnyTagClassName
{
color: #18360C;
}
</style>
background-color css
<style>
a { background-color: #18360C; }
a { background-color: rgb(24,54,12); }
div.DivClassName
{
background-color: #18360C;
}
.BgClassName
{
background-color: #18360C;
}
</style>
border-color css
<style>
span { border-color: #18360C; }
span { border-color: rgb(24,54,12); }
td.TdClassName
{
border-color: #18360C;
}
.TagClassName
{
border-color: #18360C;
}
</style>