Shades of Myrtle #223F13
Tints of Myrtle #223F13
RGB
CMYK
RGB Variations
Color information
#223F13 (or 0x223F13) is known color: Myrtle. HEX triplet: 22, 3F and 13. RGB value is (34,63,19). Sum of RGB (Red+Green+Blue) = 34+63+19=116 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.31% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #223F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223F13 is #DDC0EC. Grayscale: #313131. Windows color (decimal): -14532845 or 1261346. OLE color: 1261346.
HSL color Cylindrical-coordinate representation of color #223F13: hue angle of 99.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223F13 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 63 | 19 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.75 |
| HSL | 99.55º | 0.54% | 0.16% | - |
| HSV(B) | 99.55º | 0.7% | 0.25% | - |
| XYZ | 2.55 | 3.94 | 1.24 | - |
| YUV | 49.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 19 | 0.46 | 0 | 0.70 | 0.75 | 99.55 | 0.54 | 0.16 |
| Hex | 22 | 3F | 13 | 2E | 0 | 46 | 4B | 64 | 36 | 10 |
| Octal | 42 | 77 | 23 | 56 | 0 | 106 | 113 | 144 | 66 | 20 |
| Binary | 100010 | 111111 | 10011 | 101110 | 0 | 1000110 | 1001011 | 1100100 | 110110 | 10000 |
Color Harmonies of #223F13
Complementary color
Monochromatic Colors of #223F13
Black with #223F13
Text Example
Text Example
White with #223F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F13; }
p { color: rgb(34,63,19); }
H1.HeaderClassName
{
color: #223F13;
}
.AnyTagClassName
{
color: #223F13;
}
</style>
background-color css
<style>
a { background-color: #223F13; }
a { background-color: rgb(34,63,19); }
div.DivClassName
{
background-color: #223F13;
}
.BgClassName
{
background-color: #223F13;
}
</style>
border-color css
<style>
span { border-color: #223F13; }
span { border-color: rgb(34,63,19); }
td.TdClassName
{
border-color: #223F13;
}
.TagClassName
{
border-color: #223F13;
}
</style>