Shades of Green Vogue #22424C
Tints of Green Vogue #22424C
RGB
CMYK
RGB Variations
Color information
#22424C (or 0x22424C) is known color: Green Vogue. HEX triplet: 22, 42 and 4C. RGB value is (34,66,76). Sum of RGB (Red+Green+Blue) = 34+66+76=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #22424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22424C is #DDBDB3. Grayscale: #393939. Windows color (decimal): -14532020 or 4997666. OLE color: 4997666.
HSL color Cylindrical-coordinate representation of color #22424C: hue angle of 194.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22424C is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 66 | 76 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.70 |
| HSL | 194.29º | 0.38% | 0.22% | - |
| HSV(B) | 194.29º | 0.55% | 0.3% | - |
| XYZ | 3.91 | 4.76 | 7.55 | - |
| YUV | 57.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 66 | 76 | 0.55 | 0.13 | 0 | 0.70 | 194.29 | 0.38 | 0.22 |
| Hex | 22 | 42 | 4C | 37 | D | 0 | 46 | C2 | 26 | 16 |
| Octal | 42 | 102 | 114 | 67 | 15 | 0 | 106 | 302 | 46 | 26 |
| Binary | 100010 | 1000010 | 1001100 | 110111 | 1101 | 0 | 1000110 | 11000010 | 100110 | 10110 |
Color Harmonies of #22424C
Complementary color
Monochromatic Colors of #22424C
Black with #22424C
Text Example
Text Example
White with #22424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22424C; }
p { color: rgb(34,66,76); }
H1.HeaderClassName
{
color: #22424C;
}
.AnyTagClassName
{
color: #22424C;
}
</style>
background-color css
<style>
a { background-color: #22424C; }
a { background-color: rgb(34,66,76); }
div.DivClassName
{
background-color: #22424C;
}
.BgClassName
{
background-color: #22424C;
}
</style>
border-color css
<style>
span { border-color: #22424C; }
span { border-color: rgb(34,66,76); }
td.TdClassName
{
border-color: #22424C;
}
.TagClassName
{
border-color: #22424C;
}
</style>