Shades of Green Vogue #20404E
Tints of Green Vogue #20404E
RGB
CMYK
RGB Variations
Color information
#20404E (or 0x20404E) is known color: Green Vogue. HEX triplet: 20, 40 and 4E. RGB value is (32,64,78). Sum of RGB (Red+Green+Blue) = 32+64+78=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #20404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20404E is #DFBFB1. Grayscale: #373737. Windows color (decimal): -14663602 or 5128224. OLE color: 5128224.
HSL color Cylindrical-coordinate representation of color #20404E: hue angle of 198.26º 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 #20404E is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 64 | 78 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.69 |
| HSL | 198.26º | 0.42% | 0.22% | - |
| HSV(B) | 198.26º | 0.59% | 0.31% | - |
| XYZ | 3.8 | 4.52 | 7.88 | - |
| YUV | 56.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 78 | 0.59 | 0.18 | 0 | 0.69 | 198.26 | 0.42 | 0.22 |
| Hex | 20 | 40 | 4E | 3B | 12 | 0 | 45 | C6 | 2A | 16 |
| Octal | 40 | 100 | 116 | 73 | 22 | 0 | 105 | 306 | 52 | 26 |
| Binary | 100000 | 1000000 | 1001110 | 111011 | 10010 | 0 | 1000101 | 11000110 | 101010 | 10110 |
Color Harmonies of #20404E
Complementary color
Monochromatic Colors of #20404E
Black with #20404E
Text Example
Text Example
White with #20404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20404E; }
p { color: rgb(32,64,78); }
H1.HeaderClassName
{
color: #20404E;
}
.AnyTagClassName
{
color: #20404E;
}
</style>
background-color css
<style>
a { background-color: #20404E; }
a { background-color: rgb(32,64,78); }
div.DivClassName
{
background-color: #20404E;
}
.BgClassName
{
background-color: #20404E;
}
</style>
border-color css
<style>
span { border-color: #20404E; }
span { border-color: rgb(32,64,78); }
td.TdClassName
{
border-color: #20404E;
}
.TagClassName
{
border-color: #20404E;
}
</style>