Shades of Myrtle #223D1F
Tints of Myrtle #223D1F
RGB
CMYK
RGB Variations
Color information
#223D1F (or 0x223D1F) is known color: Myrtle. HEX triplet: 22, 3D and 1F. RGB value is (34,61,31). Sum of RGB (Red+Green+Blue) = 34+61+31=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #223D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D1F is #DDC2E0. Grayscale: #313131. Windows color (decimal): -14533345 or 2047266. OLE color: 2047266.
HSL color Cylindrical-coordinate representation of color #223D1F: hue angle of 114º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #223D1F is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 61 | 31 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.76 |
| HSL | 114º | 0.33% | 0.18% | - |
| HSV(B) | 114º | 0.49% | 0.24% | - |
| XYZ | 2.58 | 3.78 | 1.89 | - |
| YUV | 49.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 61 | 31 | 0.44 | 0 | 0.49 | 0.76 | 114 | 0.33 | 0.18 |
| Hex | 22 | 3D | 1F | 2C | 0 | 31 | 4C | 72 | 21 | 12 |
| Octal | 42 | 75 | 37 | 54 | 0 | 61 | 114 | 162 | 41 | 22 |
| Binary | 100010 | 111101 | 11111 | 101100 | 0 | 110001 | 1001100 | 1110010 | 100001 | 10010 |
Color Harmonies of #223D1F
Complementary color
Monochromatic Colors of #223D1F
Black with #223D1F
Text Example
Text Example
White with #223D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223D1F; }
p { color: rgb(34,61,31); }
H1.HeaderClassName
{
color: #223D1F;
}
.AnyTagClassName
{
color: #223D1F;
}
</style>
background-color css
<style>
a { background-color: #223D1F; }
a { background-color: rgb(34,61,31); }
div.DivClassName
{
background-color: #223D1F;
}
.BgClassName
{
background-color: #223D1F;
}
</style>
border-color css
<style>
span { border-color: #223D1F; }
span { border-color: rgb(34,61,31); }
td.TdClassName
{
border-color: #223D1F;
}
.TagClassName
{
border-color: #223D1F;
}
</style>