Shades of Green Vogue #20414D
Tints of Green Vogue #20414D
RGB
CMYK
RGB Variations
Color information
#20414D (or 0x20414D) is known color: Green Vogue. HEX triplet: 20, 41 and 4D. RGB value is (32,65,77). Sum of RGB (Red+Green+Blue) = 32+65+77=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #20414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20414D is #DFBEB2. Grayscale: #383838. Windows color (decimal): -14663347 or 5062944. OLE color: 5062944.
HSL color Cylindrical-coordinate representation of color #20414D: hue angle of 196º 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 #20414D is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 65 | 77 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.70 |
| HSL | 196º | 0.41% | 0.21% | - |
| HSV(B) | 196º | 0.58% | 0.3% | - |
| XYZ | 3.83 | 4.62 | 7.71 | - |
| YUV | 56.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 77 | 0.58 | 0.16 | 0 | 0.70 | 196 | 0.41 | 0.21 |
| Hex | 20 | 41 | 4D | 3A | 10 | 0 | 46 | C4 | 29 | 15 |
| Octal | 40 | 101 | 115 | 72 | 20 | 0 | 106 | 304 | 51 | 25 |
| Binary | 100000 | 1000001 | 1001101 | 111010 | 10000 | 0 | 1000110 | 11000100 | 101001 | 10101 |
Color Harmonies of #20414D
Complementary color
Monochromatic Colors of #20414D
Black with #20414D
Text Example
Text Example
White with #20414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20414D; }
p { color: rgb(32,65,77); }
H1.HeaderClassName
{
color: #20414D;
}
.AnyTagClassName
{
color: #20414D;
}
</style>
background-color css
<style>
a { background-color: #20414D; }
a { background-color: rgb(32,65,77); }
div.DivClassName
{
background-color: #20414D;
}
.BgClassName
{
background-color: #20414D;
}
</style>
border-color css
<style>
span { border-color: #20414D; }
span { border-color: rgb(32,65,77); }
td.TdClassName
{
border-color: #20414D;
}
.TagClassName
{
border-color: #20414D;
}
</style>