Shades of Myrtle #22351F
Tints of Myrtle #22351F
RGB
CMYK
RGB Variations
Color information
#22351F (or 0x22351F) is known color: Myrtle. HEX triplet: 22, 35 and 1F. RGB value is (34,53,31). Sum of RGB (Red+Green+Blue) = 34+53+31=118 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.81% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #22351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22351F is #DDCAE0. Grayscale: #2C2C2C. Windows color (decimal): -14535393 or 2045218. OLE color: 2045218.
HSL color Cylindrical-coordinate representation of color #22351F: hue angle of 111.82º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #22351F is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 53 | 31 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.79 |
| HSL | 111.82º | 0.26% | 0.16% | - |
| HSV(B) | 111.82º | 0.42% | 0.21% | - |
| XYZ | 2.18 | 2.99 | 1.76 | - |
| YUV | 44.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 31 | 0.36 | 0 | 0.42 | 0.79 | 111.82 | 0.26 | 0.16 |
| Hex | 22 | 35 | 1F | 24 | 0 | 2A | 4F | 70 | 1A | 10 |
| Octal | 42 | 65 | 37 | 44 | 0 | 52 | 117 | 160 | 32 | 20 |
| Binary | 100010 | 110101 | 11111 | 100100 | 0 | 101010 | 1001111 | 1110000 | 11010 | 10000 |
Color Harmonies of #22351F
Complementary color
Monochromatic Colors of #22351F
Black with #22351F
Text Example
Text Example
White with #22351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22351F; }
p { color: rgb(34,53,31); }
H1.HeaderClassName
{
color: #22351F;
}
.AnyTagClassName
{
color: #22351F;
}
</style>
background-color css
<style>
a { background-color: #22351F; }
a { background-color: rgb(34,53,31); }
div.DivClassName
{
background-color: #22351F;
}
.BgClassName
{
background-color: #22351F;
}
</style>
border-color css
<style>
span { border-color: #22351F; }
span { border-color: rgb(34,53,31); }
td.TdClassName
{
border-color: #22351F;
}
.TagClassName
{
border-color: #22351F;
}
</style>