Shades of Myrtle #224B25
Tints of Myrtle #224B25
RGB
CMYK
RGB Variations
Color information
#224B25 (or 0x224B25) is known color: Myrtle. HEX triplet: 22, 4B and 25. RGB value is (34,75,37). Sum of RGB (Red+Green+Blue) = 34+75+37=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #224B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B25 is #DDB4DA. Grayscale: #3A3A3A. Windows color (decimal): -14529755 or 2444066. OLE color: 2444066.
HSL color Cylindrical-coordinate representation of color #224B25: hue angle of 124.39º 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 #224B25 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 37 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.71 |
| HSL | 124.39º | 0.38% | 0.21% | - |
| HSV(B) | 124.39º | 0.55% | 0.29% | - |
| XYZ | 3.51 | 5.51 | 2.63 | - |
| YUV | 58.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 37 | 0.55 | 0 | 0.51 | 0.71 | 124.39 | 0.38 | 0.21 |
| Hex | 22 | 4B | 25 | 37 | 0 | 33 | 47 | 7C | 26 | 15 |
| Octal | 42 | 113 | 45 | 67 | 0 | 63 | 107 | 174 | 46 | 25 |
| Binary | 100010 | 1001011 | 100101 | 110111 | 0 | 110011 | 1000111 | 1111100 | 100110 | 10101 |
Color Harmonies of #224B25
Complementary color
Monochromatic Colors of #224B25
Black with #224B25
Text Example
Text Example
White with #224B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B25; }
p { color: rgb(34,75,37); }
H1.HeaderClassName
{
color: #224B25;
}
.AnyTagClassName
{
color: #224B25;
}
</style>
background-color css
<style>
a { background-color: #224B25; }
a { background-color: rgb(34,75,37); }
div.DivClassName
{
background-color: #224B25;
}
.BgClassName
{
background-color: #224B25;
}
</style>
border-color css
<style>
span { border-color: #224B25; }
span { border-color: rgb(34,75,37); }
td.TdClassName
{
border-color: #224B25;
}
.TagClassName
{
border-color: #224B25;
}
</style>