Shades of Green Vogue #223F49
Tints of Green Vogue #223F49
RGB
CMYK
RGB Variations
Color information
#223F49 (or 0x223F49) is known color: Green Vogue. HEX triplet: 22, 3F and 49. RGB value is (34,63,73). Sum of RGB (Red+Green+Blue) = 34+63+73=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #223F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223F49 is #DDC0B6. Grayscale: #373737. Windows color (decimal): -14532791 or 4800290. OLE color: 4800290.
HSL color Cylindrical-coordinate representation of color #223F49: hue angle of 195.38º 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 #223F49 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 63 | 73 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.71 |
| HSL | 195.38º | 0.36% | 0.21% | - |
| HSV(B) | 195.38º | 0.53% | 0.29% | - |
| XYZ | 3.64 | 4.38 | 6.96 | - |
| YUV | 55.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 73 | 0.53 | 0.14 | 0 | 0.71 | 195.38 | 0.36 | 0.21 |
| Hex | 22 | 3F | 49 | 35 | E | 0 | 47 | C3 | 24 | 15 |
| Octal | 42 | 77 | 111 | 65 | 16 | 0 | 107 | 303 | 44 | 25 |
| Binary | 100010 | 111111 | 1001001 | 110101 | 1110 | 0 | 1000111 | 11000011 | 100100 | 10101 |
Color Harmonies of #223F49
Complementary color
Monochromatic Colors of #223F49
Black with #223F49
Text Example
Text Example
White with #223F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F49; }
p { color: rgb(34,63,73); }
H1.HeaderClassName
{
color: #223F49;
}
.AnyTagClassName
{
color: #223F49;
}
</style>
background-color css
<style>
a { background-color: #223F49; }
a { background-color: rgb(34,63,73); }
div.DivClassName
{
background-color: #223F49;
}
.BgClassName
{
background-color: #223F49;
}
</style>
border-color css
<style>
span { border-color: #223F49; }
span { border-color: rgb(34,63,73); }
td.TdClassName
{
border-color: #223F49;
}
.TagClassName
{
border-color: #223F49;
}
</style>