Shades of Green Vogue #224048
Tints of Green Vogue #224048
RGB
CMYK
RGB Variations
Color information
#224048 (or 0x224048) is known color: Green Vogue. HEX triplet: 22, 40 and 48. RGB value is (34,64,72). Sum of RGB (Red+Green+Blue) = 34+64+72=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #224048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224048 is #DDBFB7. Grayscale: #373737. Windows color (decimal): -14532536 or 4735010. OLE color: 4735010.
HSL color Cylindrical-coordinate representation of color #224048: hue angle of 192.63º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224048 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 64 | 72 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.72 |
| HSL | 192.63º | 0.36% | 0.21% | - |
| HSV(B) | 192.63º | 0.53% | 0.28% | - |
| XYZ | 3.66 | 4.47 | 6.8 | - |
| YUV | 55.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 72 | 0.53 | 0.11 | 0 | 0.72 | 192.63 | 0.36 | 0.21 |
| Hex | 22 | 40 | 48 | 35 | B | 0 | 48 | C1 | 24 | 15 |
| Octal | 42 | 100 | 110 | 65 | 13 | 0 | 110 | 301 | 44 | 25 |
| Binary | 100010 | 1000000 | 1001000 | 110101 | 1011 | 0 | 1001000 | 11000001 | 100100 | 10101 |
Color Harmonies of #224048
Complementary color
Monochromatic Colors of #224048
Black with #224048
Text Example
Text Example
White with #224048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224048; }
p { color: rgb(34,64,72); }
H1.HeaderClassName
{
color: #224048;
}
.AnyTagClassName
{
color: #224048;
}
</style>
background-color css
<style>
a { background-color: #224048; }
a { background-color: rgb(34,64,72); }
div.DivClassName
{
background-color: #224048;
}
.BgClassName
{
background-color: #224048;
}
</style>
border-color css
<style>
span { border-color: #224048; }
span { border-color: rgb(34,64,72); }
td.TdClassName
{
border-color: #224048;
}
.TagClassName
{
border-color: #224048;
}
</style>