Shades of Myrtle #224F1F
Tints of Myrtle #224F1F
RGB
CMYK
RGB Variations
Color information
#224F1F (or 0x224F1F) is known color: Myrtle. HEX triplet: 22, 4F and 1F. RGB value is (34,79,31). Sum of RGB (Red+Green+Blue) = 34+79+31=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #224F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F1F is #DDB0E0. Grayscale: #3C3C3C. Windows color (decimal): -14528737 or 2051874. OLE color: 2051874.
HSL color Cylindrical-coordinate representation of color #224F1F: hue angle of 116.25º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224F1F is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 79 | 31 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.69 |
| HSL | 116.25º | 0.44% | 0.22% | - |
| HSV(B) | 116.25º | 0.61% | 0.31% | - |
| XYZ | 3.7 | 6.03 | 2.27 | - |
| YUV | 60.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 31 | 0.57 | 0 | 0.61 | 0.69 | 116.25 | 0.44 | 0.22 |
| Hex | 22 | 4F | 1F | 39 | 0 | 3D | 45 | 74 | 2C | 16 |
| Octal | 42 | 117 | 37 | 71 | 0 | 75 | 105 | 164 | 54 | 26 |
| Binary | 100010 | 1001111 | 11111 | 111001 | 0 | 111101 | 1000101 | 1110100 | 101100 | 10110 |
Color Harmonies of #224F1F
Complementary color
Monochromatic Colors of #224F1F
Black with #224F1F
Text Example
Text Example
White with #224F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F1F; }
p { color: rgb(34,79,31); }
H1.HeaderClassName
{
color: #224F1F;
}
.AnyTagClassName
{
color: #224F1F;
}
</style>
background-color css
<style>
a { background-color: #224F1F; }
a { background-color: rgb(34,79,31); }
div.DivClassName
{
background-color: #224F1F;
}
.BgClassName
{
background-color: #224F1F;
}
</style>
border-color css
<style>
span { border-color: #224F1F; }
span { border-color: rgb(34,79,31); }
td.TdClassName
{
border-color: #224F1F;
}
.TagClassName
{
border-color: #224F1F;
}
</style>