Shades of Green Vogue #20444E
Tints of Green Vogue #20444E
RGB
CMYK
RGB Variations
Color information
#20444E (or 0x20444E) is known color: Green Vogue. HEX triplet: 20, 44 and 4E. RGB value is (32,68,78). Sum of RGB (Red+Green+Blue) = 32+68+78=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 68 (26.95% from 255 or 38.20% 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 #20444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20444E is #DFBBB1. Grayscale: #3A3A3A. Windows color (decimal): -14662578 or 5129248. OLE color: 5129248.
HSL color Cylindrical-coordinate representation of color #20444E: hue angle of 193.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20444E is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 68 | 78 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.69 |
| HSL | 193.04º | 0.42% | 0.22% | - |
| HSV(B) | 193.04º | 0.59% | 0.31% | - |
| XYZ | 4.04 | 4.99 | 7.96 | - |
| YUV | 58.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 78 | 0.59 | 0.13 | 0 | 0.69 | 193.04 | 0.42 | 0.22 |
| Hex | 20 | 44 | 4E | 3B | D | 0 | 45 | C1 | 2A | 16 |
| Octal | 40 | 104 | 116 | 73 | 15 | 0 | 105 | 301 | 52 | 26 |
| Binary | 100000 | 1000100 | 1001110 | 111011 | 1101 | 0 | 1000101 | 11000001 | 101010 | 10110 |
Color Harmonies of #20444E
Complementary color
Monochromatic Colors of #20444E
Black with #20444E
Text Example
Text Example
White with #20444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20444E; }
p { color: rgb(32,68,78); }
H1.HeaderClassName
{
color: #20444E;
}
.AnyTagClassName
{
color: #20444E;
}
</style>
background-color css
<style>
a { background-color: #20444E; }
a { background-color: rgb(32,68,78); }
div.DivClassName
{
background-color: #20444E;
}
.BgClassName
{
background-color: #20444E;
}
</style>
border-color css
<style>
span { border-color: #20444E; }
span { border-color: rgb(32,68,78); }
td.TdClassName
{
border-color: #20444E;
}
.TagClassName
{
border-color: #20444E;
}
</style>