Shades of Myrtle #224C1D
Tints of Myrtle #224C1D
RGB
CMYK
RGB Variations
Color information
#224C1D (or 0x224C1D) is known color: Myrtle. HEX triplet: 22, 4C and 1D. RGB value is (34,76,29). Sum of RGB (Red+Green+Blue) = 34+76+29=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #224C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C1D is #DDB3E2. Grayscale: #3A3A3A. Windows color (decimal): -14529507 or 1920034. OLE color: 1920034.
HSL color Cylindrical-coordinate representation of color #224C1D: hue angle of 113.62º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #224C1D is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 29 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.70 |
| HSL | 113.62º | 0.45% | 0.21% | - |
| HSV(B) | 113.62º | 0.62% | 0.3% | - |
| XYZ | 3.47 | 5.6 | 2.06 | - |
| YUV | 58.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 29 | 0.55 | 0 | 0.62 | 0.70 | 113.62 | 0.45 | 0.21 |
| Hex | 22 | 4C | 1D | 37 | 0 | 3E | 46 | 72 | 2D | 15 |
| Octal | 42 | 114 | 35 | 67 | 0 | 76 | 106 | 162 | 55 | 25 |
| Binary | 100010 | 1001100 | 11101 | 110111 | 0 | 111110 | 1000110 | 1110010 | 101101 | 10101 |
Color Harmonies of #224C1D
Complementary color
Monochromatic Colors of #224C1D
Black with #224C1D
Text Example
Text Example
White with #224C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C1D; }
p { color: rgb(34,76,29); }
H1.HeaderClassName
{
color: #224C1D;
}
.AnyTagClassName
{
color: #224C1D;
}
</style>
background-color css
<style>
a { background-color: #224C1D; }
a { background-color: rgb(34,76,29); }
div.DivClassName
{
background-color: #224C1D;
}
.BgClassName
{
background-color: #224C1D;
}
</style>
border-color css
<style>
span { border-color: #224C1D; }
span { border-color: rgb(34,76,29); }
td.TdClassName
{
border-color: #224C1D;
}
.TagClassName
{
border-color: #224C1D;
}
</style>