Shades of Green Vogue #224049
Tints of Green Vogue #224049
RGB
CMYK
RGB Variations
Color information
#224049 (or 0x224049) is known color: Green Vogue. HEX triplet: 22, 40 and 49. RGB value is (34,64,73). Sum of RGB (Red+Green+Blue) = 34+64+73=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #224049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224049 is #DDBFB6. Grayscale: #373737. Windows color (decimal): -14532535 or 4800546. OLE color: 4800546.
HSL color Cylindrical-coordinate representation of color #224049: hue angle of 193.85º 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 #224049 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 64 | 73 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.71 |
| HSL | 193.85º | 0.36% | 0.21% | - |
| HSV(B) | 193.85º | 0.53% | 0.29% | - |
| XYZ | 3.7 | 4.49 | 6.97 | - |
| YUV | 56.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 73 | 0.53 | 0.12 | 0 | 0.71 | 193.85 | 0.36 | 0.21 |
| Hex | 22 | 40 | 49 | 35 | C | 0 | 47 | C2 | 24 | 15 |
| Octal | 42 | 100 | 111 | 65 | 14 | 0 | 107 | 302 | 44 | 25 |
| Binary | 100010 | 1000000 | 1001001 | 110101 | 1100 | 0 | 1000111 | 11000010 | 100100 | 10101 |
Color Harmonies of #224049
Complementary color
Monochromatic Colors of #224049
Black with #224049
Text Example
Text Example
White with #224049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224049; }
p { color: rgb(34,64,73); }
H1.HeaderClassName
{
color: #224049;
}
.AnyTagClassName
{
color: #224049;
}
</style>
background-color css
<style>
a { background-color: #224049; }
a { background-color: rgb(34,64,73); }
div.DivClassName
{
background-color: #224049;
}
.BgClassName
{
background-color: #224049;
}
</style>
border-color css
<style>
span { border-color: #224049; }
span { border-color: rgb(34,64,73); }
td.TdClassName
{
border-color: #224049;
}
.TagClassName
{
border-color: #224049;
}
</style>