Shades of Myrtle #224B28
Tints of Myrtle #224B28
RGB
CMYK
RGB Variations
Color information
#224B28 (or 0x224B28) is known color: Myrtle. HEX triplet: 22, 4B and 28. RGB value is (34,75,40). Sum of RGB (Red+Green+Blue) = 34+75+40=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #224B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B28 is #DDB4D7. Grayscale: #3A3A3A. Windows color (decimal): -14529752 or 2640674. OLE color: 2640674.
HSL color Cylindrical-coordinate representation of color #224B28: hue angle of 128.78º 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 #224B28 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 40 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.71 |
| HSL | 128.78º | 0.38% | 0.21% | - |
| HSV(B) | 128.78º | 0.55% | 0.29% | - |
| XYZ | 3.56 | 5.53 | 2.89 | - |
| YUV | 58.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 40 | 0.55 | 0 | 0.47 | 0.71 | 128.78 | 0.38 | 0.21 |
| Hex | 22 | 4B | 28 | 37 | 0 | 2F | 47 | 81 | 26 | 15 |
| Octal | 42 | 113 | 50 | 67 | 0 | 57 | 107 | 201 | 46 | 25 |
| Binary | 100010 | 1001011 | 101000 | 110111 | 0 | 101111 | 1000111 | 10000001 | 100110 | 10101 |
Color Harmonies of #224B28
Complementary color
Monochromatic Colors of #224B28
Black with #224B28
Text Example
Text Example
White with #224B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B28; }
p { color: rgb(34,75,40); }
H1.HeaderClassName
{
color: #224B28;
}
.AnyTagClassName
{
color: #224B28;
}
</style>
background-color css
<style>
a { background-color: #224B28; }
a { background-color: rgb(34,75,40); }
div.DivClassName
{
background-color: #224B28;
}
.BgClassName
{
background-color: #224B28;
}
</style>
border-color css
<style>
span { border-color: #224B28; }
span { border-color: rgb(34,75,40); }
td.TdClassName
{
border-color: #224B28;
}
.TagClassName
{
border-color: #224B28;
}
</style>