Shades of Green Vogue #224148
Tints of Green Vogue #224148
RGB
CMYK
RGB Variations
Color information
#224148 (or 0x224148) is known color: Green Vogue. HEX triplet: 22, 41 and 48. RGB value is (34,65,72). Sum of RGB (Red+Green+Blue) = 34+65+72=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #224148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224148 is #DDBEB7. Grayscale: #383838. Windows color (decimal): -14532280 or 4735266. OLE color: 4735266.
HSL color Cylindrical-coordinate representation of color #224148: hue angle of 191.05º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224148 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 65 | 72 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.72 |
| HSL | 191.05º | 0.36% | 0.21% | - |
| HSV(B) | 191.05º | 0.53% | 0.28% | - |
| XYZ | 3.72 | 4.59 | 6.82 | - |
| YUV | 56.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 72 | 0.53 | 0.10 | 0 | 0.72 | 191.05 | 0.36 | 0.21 |
| Hex | 22 | 41 | 48 | 35 | A | 0 | 48 | BF | 24 | 15 |
| Octal | 42 | 101 | 110 | 65 | 12 | 0 | 110 | 277 | 44 | 25 |
| Binary | 100010 | 1000001 | 1001000 | 110101 | 1010 | 0 | 1001000 | 10111111 | 100100 | 10101 |
Color Harmonies of #224148
Complementary color
Monochromatic Colors of #224148
Black with #224148
Text Example
Text Example
White with #224148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224148; }
p { color: rgb(34,65,72); }
H1.HeaderClassName
{
color: #224148;
}
.AnyTagClassName
{
color: #224148;
}
</style>
background-color css
<style>
a { background-color: #224148; }
a { background-color: rgb(34,65,72); }
div.DivClassName
{
background-color: #224148;
}
.BgClassName
{
background-color: #224148;
}
</style>
border-color css
<style>
span { border-color: #224148; }
span { border-color: rgb(34,65,72); }
td.TdClassName
{
border-color: #224148;
}
.TagClassName
{
border-color: #224148;
}
</style>