Shades of Myrtle #22521C
Tints of Myrtle #22521C
RGB
CMYK
RGB Variations
Color information
#22521C (or 0x22521C) is known color: Myrtle. HEX triplet: 22, 52 and 1C. RGB value is (34,82,28). Sum of RGB (Red+Green+Blue) = 34+82+28=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #22521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22521C is #DDADE3. Grayscale: #3D3D3D. Windows color (decimal): -14527972 or 1856034. OLE color: 1856034.
HSL color Cylindrical-coordinate representation of color #22521C: hue angle of 113.33º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #22521C is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 28 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.68 |
| HSL | 113.33º | 0.49% | 0.22% | - |
| HSV(B) | 113.33º | 0.66% | 0.32% | - |
| XYZ | 3.89 | 6.46 | 2.14 | - |
| YUV | 61.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 28 | 0.59 | 0 | 0.66 | 0.68 | 113.33 | 0.49 | 0.22 |
| Hex | 22 | 52 | 1C | 3B | 0 | 42 | 44 | 71 | 31 | 16 |
| Octal | 42 | 122 | 34 | 73 | 0 | 102 | 104 | 161 | 61 | 26 |
| Binary | 100010 | 1010010 | 11100 | 111011 | 0 | 1000010 | 1000100 | 1110001 | 110001 | 10110 |
Color Harmonies of #22521C
Complementary color
Monochromatic Colors of #22521C
Black with #22521C
Text Example
Text Example
White with #22521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22521C; }
p { color: rgb(34,82,28); }
H1.HeaderClassName
{
color: #22521C;
}
.AnyTagClassName
{
color: #22521C;
}
</style>
background-color css
<style>
a { background-color: #22521C; }
a { background-color: rgb(34,82,28); }
div.DivClassName
{
background-color: #22521C;
}
.BgClassName
{
background-color: #22521C;
}
</style>
border-color css
<style>
span { border-color: #22521C; }
span { border-color: rgb(34,82,28); }
td.TdClassName
{
border-color: #22521C;
}
.TagClassName
{
border-color: #22521C;
}
</style>