Shades of Myrtle #22511C
Tints of Myrtle #22511C
RGB
CMYK
RGB Variations
Color information
#22511C (or 0x22511C) is known color: Myrtle. HEX triplet: 22, 51 and 1C. RGB value is (34,81,28). Sum of RGB (Red+Green+Blue) = 34+81+28=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #22511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22511C is #DDAEE3. Grayscale: #3D3D3D. Windows color (decimal): -14528228 or 1855778. OLE color: 1855778.
HSL color Cylindrical-coordinate representation of color #22511C: hue angle of 113.21º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22511C is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 81 | 28 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.68 |
| HSL | 113.21º | 0.49% | 0.21% | - |
| HSV(B) | 113.21º | 0.65% | 0.32% | - |
| XYZ | 3.81 | 6.31 | 2.12 | - |
| YUV | 60.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 28 | 0.58 | 0 | 0.65 | 0.68 | 113.21 | 0.49 | 0.21 |
| Hex | 22 | 51 | 1C | 3A | 0 | 41 | 44 | 71 | 31 | 15 |
| Octal | 42 | 121 | 34 | 72 | 0 | 101 | 104 | 161 | 61 | 25 |
| Binary | 100010 | 1010001 | 11100 | 111010 | 0 | 1000001 | 1000100 | 1110001 | 110001 | 10101 |
Color Harmonies of #22511C
Complementary color
Monochromatic Colors of #22511C
Black with #22511C
Text Example
Text Example
White with #22511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22511C; }
p { color: rgb(34,81,28); }
H1.HeaderClassName
{
color: #22511C;
}
.AnyTagClassName
{
color: #22511C;
}
</style>
background-color css
<style>
a { background-color: #22511C; }
a { background-color: rgb(34,81,28); }
div.DivClassName
{
background-color: #22511C;
}
.BgClassName
{
background-color: #22511C;
}
</style>
border-color css
<style>
span { border-color: #22511C; }
span { border-color: rgb(34,81,28); }
td.TdClassName
{
border-color: #22511C;
}
.TagClassName
{
border-color: #22511C;
}
</style>