Shades of Myrtle #224B24
Tints of Myrtle #224B24
RGB
CMYK
RGB Variations
Color information
#224B24 (or 0x224B24) is known color: Myrtle. HEX triplet: 22, 4B and 24. RGB value is (34,75,36). Sum of RGB (Red+Green+Blue) = 34+75+36=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #224B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B24 is #DDB4DB. Grayscale: #3A3A3A. Windows color (decimal): -14529756 or 2378530. OLE color: 2378530.
HSL color Cylindrical-coordinate representation of color #224B24: hue angle of 122.93º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B24 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 36 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.71 |
| HSL | 122.93º | 0.38% | 0.21% | - |
| HSV(B) | 122.93º | 0.55% | 0.29% | - |
| XYZ | 3.49 | 5.5 | 2.55 | - |
| YUV | 58.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 36 | 0.55 | 0 | 0.52 | 0.71 | 122.93 | 0.38 | 0.21 |
| Hex | 22 | 4B | 24 | 37 | 0 | 34 | 47 | 7B | 26 | 15 |
| Octal | 42 | 113 | 44 | 67 | 0 | 64 | 107 | 173 | 46 | 25 |
| Binary | 100010 | 1001011 | 100100 | 110111 | 0 | 110100 | 1000111 | 1111011 | 100110 | 10101 |
Color Harmonies of #224B24
Complementary color
Monochromatic Colors of #224B24
Black with #224B24
Text Example
Text Example
White with #224B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B24; }
p { color: rgb(34,75,36); }
H1.HeaderClassName
{
color: #224B24;
}
.AnyTagClassName
{
color: #224B24;
}
</style>
background-color css
<style>
a { background-color: #224B24; }
a { background-color: rgb(34,75,36); }
div.DivClassName
{
background-color: #224B24;
}
.BgClassName
{
background-color: #224B24;
}
</style>
border-color css
<style>
span { border-color: #224B24; }
span { border-color: rgb(34,75,36); }
td.TdClassName
{
border-color: #224B24;
}
.TagClassName
{
border-color: #224B24;
}
</style>