Shades of Green Vogue #20434D
Tints of Green Vogue #20434D
RGB
CMYK
RGB Variations
Color information
#20434D (or 0x20434D) is known color: Green Vogue. HEX triplet: 20, 43 and 4D. RGB value is (32,67,77). Sum of RGB (Red+Green+Blue) = 32+67+77=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #20434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20434D is #DFBCB2. Grayscale: #393939. Windows color (decimal): -14662835 or 5063456. OLE color: 5063456.
HSL color Cylindrical-coordinate representation of color #20434D: hue angle of 193.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 #20434D is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 67 | 77 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.70 |
| HSL | 193.33º | 0.41% | 0.21% | - |
| HSV(B) | 193.33º | 0.58% | 0.3% | - |
| XYZ | 3.94 | 4.86 | 7.75 | - |
| YUV | 57.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 77 | 0.58 | 0.13 | 0 | 0.70 | 193.33 | 0.41 | 0.21 |
| Hex | 20 | 43 | 4D | 3A | D | 0 | 46 | C1 | 29 | 15 |
| Octal | 40 | 103 | 115 | 72 | 15 | 0 | 106 | 301 | 51 | 25 |
| Binary | 100000 | 1000011 | 1001101 | 111010 | 1101 | 0 | 1000110 | 11000001 | 101001 | 10101 |
Color Harmonies of #20434D
Complementary color
Monochromatic Colors of #20434D
Black with #20434D
Text Example
Text Example
White with #20434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20434D; }
p { color: rgb(32,67,77); }
H1.HeaderClassName
{
color: #20434D;
}
.AnyTagClassName
{
color: #20434D;
}
</style>
background-color css
<style>
a { background-color: #20434D; }
a { background-color: rgb(32,67,77); }
div.DivClassName
{
background-color: #20434D;
}
.BgClassName
{
background-color: #20434D;
}
</style>
border-color css
<style>
span { border-color: #20434D; }
span { border-color: rgb(32,67,77); }
td.TdClassName
{
border-color: #20434D;
}
.TagClassName
{
border-color: #20434D;
}
</style>