Shades of Green Vogue #224449
Tints of Green Vogue #224449
RGB
CMYK
RGB Variations
Color information
#224449 (or 0x224449) is known color: Green Vogue. HEX triplet: 22, 44 and 49. RGB value is (34,68,73). Sum of RGB (Red+Green+Blue) = 34+68+73=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #224449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224449 is #DDBBB6. Grayscale: #3A3A3A. Windows color (decimal): -14531511 or 4801570. OLE color: 4801570.
HSL color Cylindrical-coordinate representation of color #224449: hue angle of 187.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224449 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 68 | 73 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.71 |
| HSL | 187.69º | 0.36% | 0.21% | - |
| HSV(B) | 187.69º | 0.53% | 0.29% | - |
| XYZ | 3.93 | 4.96 | 7.05 | - |
| YUV | 58.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 73 | 0.53 | 0.07 | 0 | 0.71 | 187.69 | 0.36 | 0.21 |
| Hex | 22 | 44 | 49 | 35 | 7 | 0 | 47 | BC | 24 | 15 |
| Octal | 42 | 104 | 111 | 65 | 7 | 0 | 107 | 274 | 44 | 25 |
| Binary | 100010 | 1000100 | 1001001 | 110101 | 111 | 0 | 1000111 | 10111100 | 100100 | 10101 |
Color Harmonies of #224449
Complementary color
Monochromatic Colors of #224449
Black with #224449
Text Example
Text Example
White with #224449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224449; }
p { color: rgb(34,68,73); }
H1.HeaderClassName
{
color: #224449;
}
.AnyTagClassName
{
color: #224449;
}
</style>
background-color css
<style>
a { background-color: #224449; }
a { background-color: rgb(34,68,73); }
div.DivClassName
{
background-color: #224449;
}
.BgClassName
{
background-color: #224449;
}
</style>
border-color css
<style>
span { border-color: #224449; }
span { border-color: rgb(34,68,73); }
td.TdClassName
{
border-color: #224449;
}
.TagClassName
{
border-color: #224449;
}
</style>