Shades of Myrtle #223A1C
Tints of Myrtle #223A1C
RGB
CMYK
RGB Variations
Color information
#223A1C (or 0x223A1C) is known color: Myrtle. HEX triplet: 22, 3A and 1C. RGB value is (34,58,28). Sum of RGB (Red+Green+Blue) = 34+58+28=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #223A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A1C is #DDC5E3. Grayscale: #2F2F2F. Windows color (decimal): -14534116 or 1849890. OLE color: 1849890.
HSL color Cylindrical-coordinate representation of color #223A1C: hue angle of 108º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #223A1C is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 28 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.77 |
| HSL | 108º | 0.35% | 0.17% | - |
| HSV(B) | 108º | 0.52% | 0.23% | - |
| XYZ | 2.38 | 3.45 | 1.64 | - |
| YUV | 47.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 28 | 0.41 | 0 | 0.52 | 0.77 | 108 | 0.35 | 0.17 |
| Hex | 22 | 3A | 1C | 29 | 0 | 34 | 4D | 6C | 23 | 11 |
| Octal | 42 | 72 | 34 | 51 | 0 | 64 | 115 | 154 | 43 | 21 |
| Binary | 100010 | 111010 | 11100 | 101001 | 0 | 110100 | 1001101 | 1101100 | 100011 | 10001 |
Color Harmonies of #223A1C
Complementary color
Monochromatic Colors of #223A1C
Black with #223A1C
Text Example
Text Example
White with #223A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A1C; }
p { color: rgb(34,58,28); }
H1.HeaderClassName
{
color: #223A1C;
}
.AnyTagClassName
{
color: #223A1C;
}
</style>
background-color css
<style>
a { background-color: #223A1C; }
a { background-color: rgb(34,58,28); }
div.DivClassName
{
background-color: #223A1C;
}
.BgClassName
{
background-color: #223A1C;
}
</style>
border-color css
<style>
span { border-color: #223A1C; }
span { border-color: rgb(34,58,28); }
td.TdClassName
{
border-color: #223A1C;
}
.TagClassName
{
border-color: #223A1C;
}
</style>