Shades of Myrtle #224B0C
Tints of Myrtle #224B0C
RGB
CMYK
RGB Variations
Color information
#224B0C (or 0x224B0C) is known color: Myrtle. HEX triplet: 22, 4B and 0C. RGB value is (34,75,12). Sum of RGB (Red+Green+Blue) = 34+75+12=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #224B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224B0C is #DDB4F3. Grayscale: #373737. Windows color (decimal): -14529780 or 805666. OLE color: 805666.
HSL color Cylindrical-coordinate representation of color #224B0C: hue angle of 99.05º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224B0C is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 75 | 12 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.71 |
| HSL | 99.05º | 0.72% | 0.17% | - |
| HSV(B) | 99.05º | 0.84% | 0.29% | - |
| XYZ | 3.24 | 5.4 | 1.22 | - |
| YUV | 55.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 12 | 0.55 | 0 | 0.84 | 0.71 | 99.05 | 0.72 | 0.17 |
| Hex | 22 | 4B | C | 37 | 0 | 54 | 47 | 63 | 48 | 11 |
| Octal | 42 | 113 | 14 | 67 | 0 | 124 | 107 | 143 | 110 | 21 |
| Binary | 100010 | 1001011 | 1100 | 110111 | 0 | 1010100 | 1000111 | 1100011 | 1001000 | 10001 |
Color Harmonies of #224B0C
Complementary color
Monochromatic Colors of #224B0C
Black with #224B0C
Text Example
Text Example
White with #224B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B0C; }
p { color: rgb(34,75,12); }
H1.HeaderClassName
{
color: #224B0C;
}
.AnyTagClassName
{
color: #224B0C;
}
</style>
background-color css
<style>
a { background-color: #224B0C; }
a { background-color: rgb(34,75,12); }
div.DivClassName
{
background-color: #224B0C;
}
.BgClassName
{
background-color: #224B0C;
}
</style>
border-color css
<style>
span { border-color: #224B0C; }
span { border-color: rgb(34,75,12); }
td.TdClassName
{
border-color: #224B0C;
}
.TagClassName
{
border-color: #224B0C;
}
</style>