Shades of Green Vogue #22424E
Tints of Green Vogue #22424E
RGB
CMYK
RGB Variations
Color information
#22424E (or 0x22424E) is known color: Green Vogue. HEX triplet: 22, 42 and 4E. RGB value is (34,66,78). Sum of RGB (Red+Green+Blue) = 34+66+78=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #22424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22424E is #DDBDB1. Grayscale: #393939. Windows color (decimal): -14532018 or 5128738. OLE color: 5128738.
HSL color Cylindrical-coordinate representation of color #22424E: hue angle of 196.36º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22424E is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 66 | 78 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.69 |
| HSL | 196.36º | 0.39% | 0.22% | - |
| HSV(B) | 196.36º | 0.56% | 0.31% | - |
| XYZ | 3.98 | 4.79 | 7.92 | - |
| YUV | 57.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 78 | 0.56 | 0.15 | 0 | 0.69 | 196.36 | 0.39 | 0.22 |
| Hex | 22 | 42 | 4E | 38 | F | 0 | 45 | C4 | 27 | 16 |
| Octal | 42 | 102 | 116 | 70 | 17 | 0 | 105 | 304 | 47 | 26 |
| Binary | 100010 | 1000010 | 1001110 | 111000 | 1111 | 0 | 1000101 | 11000100 | 100111 | 10110 |
Color Harmonies of #22424E
Complementary color
Monochromatic Colors of #22424E
Black with #22424E
Text Example
Text Example
White with #22424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22424E; }
p { color: rgb(34,66,78); }
H1.HeaderClassName
{
color: #22424E;
}
.AnyTagClassName
{
color: #22424E;
}
</style>
background-color css
<style>
a { background-color: #22424E; }
a { background-color: rgb(34,66,78); }
div.DivClassName
{
background-color: #22424E;
}
.BgClassName
{
background-color: #22424E;
}
</style>
border-color css
<style>
span { border-color: #22424E; }
span { border-color: rgb(34,66,78); }
td.TdClassName
{
border-color: #22424E;
}
.TagClassName
{
border-color: #22424E;
}
</style>