Shades of Green Vogue #20444D
Tints of Green Vogue #20444D
RGB
CMYK
RGB Variations
Color information
#20444D (or 0x20444D) is known color: Green Vogue. HEX triplet: 20, 44 and 4D. RGB value is (32,68,77). Sum of RGB (Red+Green+Blue) = 32+68+77=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 68 (26.95% from 255 or 38.42% 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 #20444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20444D is #DFBBB2. Grayscale: #3A3A3A. Windows color (decimal): -14662579 or 5063712. OLE color: 5063712.
HSL color Cylindrical-coordinate representation of color #20444D: hue angle of 192º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20444D is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 68 | 77 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.70 |
| HSL | 192º | 0.41% | 0.21% | - |
| HSV(B) | 192º | 0.58% | 0.3% | - |
| XYZ | 4 | 4.98 | 7.77 | - |
| YUV | 58.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 77 | 0.58 | 0.12 | 0 | 0.70 | 192 | 0.41 | 0.21 |
| Hex | 20 | 44 | 4D | 3A | C | 0 | 46 | C0 | 29 | 15 |
| Octal | 40 | 104 | 115 | 72 | 14 | 0 | 106 | 300 | 51 | 25 |
| Binary | 100000 | 1000100 | 1001101 | 111010 | 1100 | 0 | 1000110 | 11000000 | 101001 | 10101 |
Color Harmonies of #20444D
Complementary color
Monochromatic Colors of #20444D
Black with #20444D
Text Example
Text Example
White with #20444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20444D; }
p { color: rgb(32,68,77); }
H1.HeaderClassName
{
color: #20444D;
}
.AnyTagClassName
{
color: #20444D;
}
</style>
background-color css
<style>
a { background-color: #20444D; }
a { background-color: rgb(32,68,77); }
div.DivClassName
{
background-color: #20444D;
}
.BgClassName
{
background-color: #20444D;
}
</style>
border-color css
<style>
span { border-color: #20444D; }
span { border-color: rgb(32,68,77); }
td.TdClassName
{
border-color: #20444D;
}
.TagClassName
{
border-color: #20444D;
}
</style>