Shades of Green Vogue #224350
Tints of Green Vogue #224350
RGB
CMYK
RGB Variations
Color information
#224350 (or 0x224350) is known color: Green Vogue. HEX triplet: 22, 43 and 50. RGB value is (34,67,80). Sum of RGB (Red+Green+Blue) = 34+67+80=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #224350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224350 is #DDBCAF. Grayscale: #3A3A3A. Windows color (decimal): -14531760 or 5260066. OLE color: 5260066.
HSL color Cylindrical-coordinate representation of color #224350: hue angle of 196.96º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224350 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 67 | 80 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.69 |
| HSL | 196.96º | 0.4% | 0.22% | - |
| HSV(B) | 196.96º | 0.58% | 0.31% | - |
| XYZ | 4.11 | 4.93 | 8.32 | - |
| YUV | 58.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 67 | 80 | 0.58 | 0.16 | 0 | 0.69 | 196.96 | 0.4 | 0.22 |
| Hex | 22 | 43 | 50 | 3A | 10 | 0 | 45 | C5 | 28 | 16 |
| Octal | 42 | 103 | 120 | 72 | 20 | 0 | 105 | 305 | 50 | 26 |
| Binary | 100010 | 1000011 | 1010000 | 111010 | 10000 | 0 | 1000101 | 11000101 | 101000 | 10110 |
Color Harmonies of #224350
Complementary color
Monochromatic Colors of #224350
Black with #224350
Text Example
Text Example
White with #224350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224350; }
p { color: rgb(34,67,80); }
H1.HeaderClassName
{
color: #224350;
}
.AnyTagClassName
{
color: #224350;
}
</style>
background-color css
<style>
a { background-color: #224350; }
a { background-color: rgb(34,67,80); }
div.DivClassName
{
background-color: #224350;
}
.BgClassName
{
background-color: #224350;
}
</style>
border-color css
<style>
span { border-color: #224350; }
span { border-color: rgb(34,67,80); }
td.TdClassName
{
border-color: #224350;
}
.TagClassName
{
border-color: #224350;
}
</style>