Shades of Myrtle #223C24
Tints of Myrtle #223C24
RGB
CMYK
RGB Variations
Color information
#223C24 (or 0x223C24) is known color: Myrtle. HEX triplet: 22, 3C and 24. RGB value is (34,60,36). Sum of RGB (Red+Green+Blue) = 34+60+36=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #223C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C24 is #DDC3DB. Grayscale: #313131. Windows color (decimal): -14533596 or 2374690. OLE color: 2374690.
HSL color Cylindrical-coordinate representation of color #223C24: hue angle of 124.62º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #223C24 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 60 | 36 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.76 |
| HSL | 124.62º | 0.28% | 0.18% | - |
| HSV(B) | 124.62º | 0.43% | 0.24% | - |
| XYZ | 2.59 | 3.7 | 2.25 | - |
| YUV | 49.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 60 | 36 | 0.43 | 0 | 0.40 | 0.76 | 124.62 | 0.28 | 0.18 |
| Hex | 22 | 3C | 24 | 2B | 0 | 28 | 4C | 7D | 1C | 12 |
| Octal | 42 | 74 | 44 | 53 | 0 | 50 | 114 | 175 | 34 | 22 |
| Binary | 100010 | 111100 | 100100 | 101011 | 0 | 101000 | 1001100 | 1111101 | 11100 | 10010 |
Color Harmonies of #223C24
Complementary color
Monochromatic Colors of #223C24
Black with #223C24
Text Example
Text Example
White with #223C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223C24; }
p { color: rgb(34,60,36); }
H1.HeaderClassName
{
color: #223C24;
}
.AnyTagClassName
{
color: #223C24;
}
</style>
background-color css
<style>
a { background-color: #223C24; }
a { background-color: rgb(34,60,36); }
div.DivClassName
{
background-color: #223C24;
}
.BgClassName
{
background-color: #223C24;
}
</style>
border-color css
<style>
span { border-color: #223C24; }
span { border-color: rgb(34,60,36); }
td.TdClassName
{
border-color: #223C24;
}
.TagClassName
{
border-color: #223C24;
}
</style>