Shades of Myrtle #183C0A
Tints of Myrtle #183C0A
RGB
CMYK
RGB Variations
Color information
#183C0A (or 0x183C0A) is known color: Myrtle. HEX triplet: 18, 3C and 0A. RGB value is (24,60,10). Sum of RGB (Red+Green+Blue) = 24+60+10=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #183C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183C0A is #E7C3F5. Grayscale: #2B2B2B. Windows color (decimal): -15188982 or 670744. OLE color: 670744.
HSL color Cylindrical-coordinate representation of color #183C0A: hue angle of 103.2º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183C0A is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 60 | 10 | - |
| CMYK | 0.60 | 0 | 0.83 | 0.76 |
| HSL | 103.2º | 0.71% | 0.14% | - |
| HSV(B) | 103.2º | 0.83% | 0.24% | - |
| XYZ | 2.05 | 3.45 | 0.84 | - |
| YUV | 43.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 10 | 0.60 | 0 | 0.83 | 0.76 | 103.2 | 0.71 | 0.14 |
| Hex | 18 | 3C | A | 3C | 0 | 53 | 4C | 67 | 47 | E |
| Octal | 30 | 74 | 12 | 74 | 0 | 123 | 114 | 147 | 107 | 16 |
| Binary | 11000 | 111100 | 1010 | 111100 | 0 | 1010011 | 1001100 | 1100111 | 1000111 | 1110 |
Color Harmonies of #183C0A
Complementary color
Monochromatic Colors of #183C0A
Black with #183C0A
Text Example
Text Example
White with #183C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C0A; }
p { color: rgb(24,60,10); }
H1.HeaderClassName
{
color: #183C0A;
}
.AnyTagClassName
{
color: #183C0A;
}
</style>
background-color css
<style>
a { background-color: #183C0A; }
a { background-color: rgb(24,60,10); }
div.DivClassName
{
background-color: #183C0A;
}
.BgClassName
{
background-color: #183C0A;
}
</style>
border-color css
<style>
span { border-color: #183C0A; }
span { border-color: rgb(24,60,10); }
td.TdClassName
{
border-color: #183C0A;
}
.TagClassName
{
border-color: #183C0A;
}
</style>