Shades of Green Vogue #204047
Tints of Green Vogue #204047
RGB
CMYK
RGB Variations
Color information
#204047 (or 0x204047) is known color: Green Vogue. HEX triplet: 20, 40 and 47. RGB value is (32,64,71). Sum of RGB (Red+Green+Blue) = 32+64+71=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #204047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204047 is #DFBFB8. Grayscale: #373737. Windows color (decimal): -14663609 or 4669472. OLE color: 4669472.
HSL color Cylindrical-coordinate representation of color #204047: hue angle of 190.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #204047 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 64 | 71 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.72 |
| HSL | 190.77º | 0.38% | 0.2% | - |
| HSV(B) | 190.77º | 0.55% | 0.28% | - |
| XYZ | 3.57 | 4.43 | 6.63 | - |
| YUV | 55.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 71 | 0.55 | 0.10 | 0 | 0.72 | 190.77 | 0.38 | 0.2 |
| Hex | 20 | 40 | 47 | 37 | A | 0 | 48 | BF | 26 | 14 |
| Octal | 40 | 100 | 107 | 67 | 12 | 0 | 110 | 277 | 46 | 24 |
| Binary | 100000 | 1000000 | 1000111 | 110111 | 1010 | 0 | 1001000 | 10111111 | 100110 | 10100 |
Color Harmonies of #204047
Complementary color
Monochromatic Colors of #204047
Black with #204047
Text Example
Text Example
White with #204047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204047; }
p { color: rgb(32,64,71); }
H1.HeaderClassName
{
color: #204047;
}
.AnyTagClassName
{
color: #204047;
}
</style>
background-color css
<style>
a { background-color: #204047; }
a { background-color: rgb(32,64,71); }
div.DivClassName
{
background-color: #204047;
}
.BgClassName
{
background-color: #204047;
}
</style>
border-color css
<style>
span { border-color: #204047; }
span { border-color: rgb(32,64,71); }
td.TdClassName
{
border-color: #204047;
}
.TagClassName
{
border-color: #204047;
}
</style>