Shades of Green Vogue #20404D
Tints of Green Vogue #20404D
RGB
CMYK
RGB Variations
Color information
#20404D (or 0x20404D) is known color: Green Vogue. HEX triplet: 20, 40 and 4D. RGB value is (32,64,77). Sum of RGB (Red+Green+Blue) = 32+64+77=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #20404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20404D is #DFBFB2. Grayscale: #373737. Windows color (decimal): -14663603 or 5062688. OLE color: 5062688.
HSL color Cylindrical-coordinate representation of color #20404D: hue angle of 197.33º 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 #20404D is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 64 | 77 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.70 |
| HSL | 197.33º | 0.41% | 0.21% | - |
| HSV(B) | 197.33º | 0.58% | 0.3% | - |
| XYZ | 3.77 | 4.51 | 7.69 | - |
| YUV | 55.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 77 | 0.58 | 0.17 | 0 | 0.70 | 197.33 | 0.41 | 0.21 |
| Hex | 20 | 40 | 4D | 3A | 11 | 0 | 46 | C5 | 29 | 15 |
| Octal | 40 | 100 | 115 | 72 | 21 | 0 | 106 | 305 | 51 | 25 |
| Binary | 100000 | 1000000 | 1001101 | 111010 | 10001 | 0 | 1000110 | 11000101 | 101001 | 10101 |
Color Harmonies of #20404D
Complementary color
Monochromatic Colors of #20404D
Black with #20404D
Text Example
Text Example
White with #20404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20404D; }
p { color: rgb(32,64,77); }
H1.HeaderClassName
{
color: #20404D;
}
.AnyTagClassName
{
color: #20404D;
}
</style>
background-color css
<style>
a { background-color: #20404D; }
a { background-color: rgb(32,64,77); }
div.DivClassName
{
background-color: #20404D;
}
.BgClassName
{
background-color: #20404D;
}
</style>
border-color css
<style>
span { border-color: #20404D; }
span { border-color: rgb(32,64,77); }
td.TdClassName
{
border-color: #20404D;
}
.TagClassName
{
border-color: #20404D;
}
</style>