Shades of Myrtle #223D1E
Tints of Myrtle #223D1E
RGB
CMYK
RGB Variations
Color information
#223D1E (or 0x223D1E) is known color: Myrtle. HEX triplet: 22, 3D and 1E. RGB value is (34,61,30). Sum of RGB (Red+Green+Blue) = 34+61+30=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #223D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D1E is #DDC2E1. Grayscale: #313131. Windows color (decimal): -14533346 or 1981730. OLE color: 1981730.
HSL color Cylindrical-coordinate representation of color #223D1E: hue angle of 112.26º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #223D1E is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 61 | 30 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.76 |
| HSL | 112.26º | 0.34% | 0.18% | - |
| HSV(B) | 112.26º | 0.51% | 0.24% | - |
| XYZ | 2.56 | 3.77 | 1.82 | - |
| YUV | 49.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 30 | 0.44 | 0 | 0.51 | 0.76 | 112.26 | 0.34 | 0.18 |
| Hex | 22 | 3D | 1E | 2C | 0 | 33 | 4C | 70 | 22 | 12 |
| Octal | 42 | 75 | 36 | 54 | 0 | 63 | 114 | 160 | 42 | 22 |
| Binary | 100010 | 111101 | 11110 | 101100 | 0 | 110011 | 1001100 | 1110000 | 100010 | 10010 |
Color Harmonies of #223D1E
Complementary color
Monochromatic Colors of #223D1E
Black with #223D1E
Text Example
Text Example
White with #223D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D1E; }
p { color: rgb(34,61,30); }
H1.HeaderClassName
{
color: #223D1E;
}
.AnyTagClassName
{
color: #223D1E;
}
</style>
background-color css
<style>
a { background-color: #223D1E; }
a { background-color: rgb(34,61,30); }
div.DivClassName
{
background-color: #223D1E;
}
.BgClassName
{
background-color: #223D1E;
}
</style>
border-color css
<style>
span { border-color: #223D1E; }
span { border-color: rgb(34,61,30); }
td.TdClassName
{
border-color: #223D1E;
}
.TagClassName
{
border-color: #223D1E;
}
</style>