Shades of Green Vogue #22424D
Tints of Green Vogue #22424D
RGB
CMYK
RGB Variations
Color information
#22424D (or 0x22424D) is known color: Green Vogue. HEX triplet: 22, 42 and 4D. RGB value is (34,66,77). Sum of RGB (Red+Green+Blue) = 34+66+77=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #22424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22424D is #DDBDB2. Grayscale: #393939. Windows color (decimal): -14532019 or 5063202. OLE color: 5063202.
HSL color Cylindrical-coordinate representation of color #22424D: hue angle of 195.35º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22424D is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 66 | 77 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.70 |
| HSL | 195.35º | 0.39% | 0.22% | - |
| HSV(B) | 195.35º | 0.56% | 0.3% | - |
| XYZ | 3.95 | 4.77 | 7.73 | - |
| YUV | 57.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 77 | 0.56 | 0.14 | 0 | 0.70 | 195.35 | 0.39 | 0.22 |
| Hex | 22 | 42 | 4D | 38 | E | 0 | 46 | C3 | 27 | 16 |
| Octal | 42 | 102 | 115 | 70 | 16 | 0 | 106 | 303 | 47 | 26 |
| Binary | 100010 | 1000010 | 1001101 | 111000 | 1110 | 0 | 1000110 | 11000011 | 100111 | 10110 |
Color Harmonies of #22424D
Complementary color
Monochromatic Colors of #22424D
Black with #22424D
Text Example
Text Example
White with #22424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22424D; }
p { color: rgb(34,66,77); }
H1.HeaderClassName
{
color: #22424D;
}
.AnyTagClassName
{
color: #22424D;
}
</style>
background-color css
<style>
a { background-color: #22424D; }
a { background-color: rgb(34,66,77); }
div.DivClassName
{
background-color: #22424D;
}
.BgClassName
{
background-color: #22424D;
}
</style>
border-color css
<style>
span { border-color: #22424D; }
span { border-color: rgb(34,66,77); }
td.TdClassName
{
border-color: #22424D;
}
.TagClassName
{
border-color: #22424D;
}
</style>