Shades of Myrtle #183C18
Tints of Myrtle #183C18
RGB
CMYK
RGB Variations
Color information
#183C18 (or 0x183C18) is known color: Myrtle. HEX triplet: 18, 3C and 18. RGB value is (24,60,24). Sum of RGB (Red+Green+Blue) = 24+60+24=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #183C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183C18 is #E7C3E7. Grayscale: #2D2D2D. Windows color (decimal): -15188968 or 1588248. OLE color: 1588248.
HSL color Cylindrical-coordinate representation of color #183C18: hue angle of 120º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #183C18 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 60 | 24 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.76 |
| HSL | 120º | 0.43% | 0.16% | - |
| HSV(B) | 120º | 0.6% | 0.24% | - |
| XYZ | 2.16 | 3.49 | 1.42 | - |
| YUV | 45.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 24 | 0.60 | 0 | 0.60 | 0.76 | 120 | 0.43 | 0.16 |
| Hex | 18 | 3C | 18 | 3C | 0 | 3C | 4C | 78 | 2B | 10 |
| Octal | 30 | 74 | 30 | 74 | 0 | 74 | 114 | 170 | 53 | 20 |
| Binary | 11000 | 111100 | 11000 | 111100 | 0 | 111100 | 1001100 | 1111000 | 101011 | 10000 |
Color Harmonies of #183C18
Complementary color
Monochromatic Colors of #183C18
Black with #183C18
Text Example
Text Example
White with #183C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C18; }
p { color: rgb(24,60,24); }
H1.HeaderClassName
{
color: #183C18;
}
.AnyTagClassName
{
color: #183C18;
}
</style>
background-color css
<style>
a { background-color: #183C18; }
a { background-color: rgb(24,60,24); }
div.DivClassName
{
background-color: #183C18;
}
.BgClassName
{
background-color: #183C18;
}
</style>
border-color css
<style>
span { border-color: #183C18; }
span { border-color: rgb(24,60,24); }
td.TdClassName
{
border-color: #183C18;
}
.TagClassName
{
border-color: #183C18;
}
</style>