Shades of Green Vogue #20404C
Tints of Green Vogue #20404C
RGB
CMYK
RGB Variations
Color information
#20404C (or 0x20404C) is known color: Green Vogue. HEX triplet: 20, 40 and 4C. RGB value is (32,64,76). Sum of RGB (Red+Green+Blue) = 32+64+76=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #20404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20404C is #DFBFB3. Grayscale: #373737. Windows color (decimal): -14663604 or 4997152. OLE color: 4997152.
HSL color Cylindrical-coordinate representation of color #20404C: hue angle of 196.36º 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 #20404C is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 64 | 76 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.70 |
| HSL | 196.36º | 0.41% | 0.21% | - |
| HSV(B) | 196.36º | 0.58% | 0.3% | - |
| XYZ | 3.73 | 4.5 | 7.51 | - |
| YUV | 55.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 76 | 0.58 | 0.16 | 0 | 0.70 | 196.36 | 0.41 | 0.21 |
| Hex | 20 | 40 | 4C | 3A | 10 | 0 | 46 | C4 | 29 | 15 |
| Octal | 40 | 100 | 114 | 72 | 20 | 0 | 106 | 304 | 51 | 25 |
| Binary | 100000 | 1000000 | 1001100 | 111010 | 10000 | 0 | 1000110 | 11000100 | 101001 | 10101 |
Color Harmonies of #20404C
Complementary color
Monochromatic Colors of #20404C
Black with #20404C
Text Example
Text Example
White with #20404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20404C; }
p { color: rgb(32,64,76); }
H1.HeaderClassName
{
color: #20404C;
}
.AnyTagClassName
{
color: #20404C;
}
</style>
background-color css
<style>
a { background-color: #20404C; }
a { background-color: rgb(32,64,76); }
div.DivClassName
{
background-color: #20404C;
}
.BgClassName
{
background-color: #20404C;
}
</style>
border-color css
<style>
span { border-color: #20404C; }
span { border-color: rgb(32,64,76); }
td.TdClassName
{
border-color: #20404C;
}
.TagClassName
{
border-color: #20404C;
}
</style>