Shades of Myrtle #224B06
Tints of Myrtle #224B06
RGB
CMYK
RGB Variations
Color information
#224B06 (or 0x224B06) is known color: Myrtle. HEX triplet: 22, 4B and 06. RGB value is (34,75,6). Sum of RGB (Red+Green+Blue) = 34+75+6=115 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.57% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #224B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224B06 is #DDB4F9. Grayscale: #373737. Windows color (decimal): -14529786 or 412450. OLE color: 412450.
HSL color Cylindrical-coordinate representation of color #224B06: hue angle of 95.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #224B06 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 6 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.71 |
| HSL | 95.65º | 0.85% | 0.16% | - |
| HSV(B) | 95.65º | 0.92% | 0.29% | - |
| XYZ | 3.21 | 5.39 | 1.04 | - |
| YUV | 54.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 6 | 0.55 | 0 | 0.92 | 0.71 | 95.65 | 0.85 | 0.16 |
| Hex | 22 | 4B | 6 | 37 | 0 | 5C | 47 | 60 | 55 | 10 |
| Octal | 42 | 113 | 6 | 67 | 0 | 134 | 107 | 140 | 125 | 20 |
| Binary | 100010 | 1001011 | 110 | 110111 | 0 | 1011100 | 1000111 | 1100000 | 1010101 | 10000 |
Color Harmonies of #224B06
Complementary color
Monochromatic Colors of #224B06
Black with #224B06
Text Example
Text Example
White with #224B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B06; }
p { color: rgb(34,75,6); }
H1.HeaderClassName
{
color: #224B06;
}
.AnyTagClassName
{
color: #224B06;
}
</style>
background-color css
<style>
a { background-color: #224B06; }
a { background-color: rgb(34,75,6); }
div.DivClassName
{
background-color: #224B06;
}
.BgClassName
{
background-color: #224B06;
}
</style>
border-color css
<style>
span { border-color: #224B06; }
span { border-color: rgb(34,75,6); }
td.TdClassName
{
border-color: #224B06;
}
.TagClassName
{
border-color: #224B06;
}
</style>