Shades of Green Vogue #20404B
Tints of Green Vogue #20404B
RGB
CMYK
RGB Variations
Color information
#20404B (or 0x20404B) is known color: Green Vogue. HEX triplet: 20, 40 and 4B. RGB value is (32,64,75). Sum of RGB (Red+Green+Blue) = 32+64+75=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #20404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20404B is #DFBFB4. Grayscale: #373737. Windows color (decimal): -14663605 or 4931616. OLE color: 4931616.
HSL color Cylindrical-coordinate representation of color #20404B: hue angle of 195.35º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20404B is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 64 | 75 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.71 |
| HSL | 195.35º | 0.4% | 0.21% | - |
| HSV(B) | 195.35º | 0.57% | 0.29% | - |
| XYZ | 3.7 | 4.48 | 7.33 | - |
| YUV | 55.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 75 | 0.57 | 0.15 | 0 | 0.71 | 195.35 | 0.4 | 0.21 |
| Hex | 20 | 40 | 4B | 39 | F | 0 | 47 | C3 | 28 | 15 |
| Octal | 40 | 100 | 113 | 71 | 17 | 0 | 107 | 303 | 50 | 25 |
| Binary | 100000 | 1000000 | 1001011 | 111001 | 1111 | 0 | 1000111 | 11000011 | 101000 | 10101 |
Color Harmonies of #20404B
Complementary color
Monochromatic Colors of #20404B
Black with #20404B
Text Example
Text Example
White with #20404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20404B; }
p { color: rgb(32,64,75); }
H1.HeaderClassName
{
color: #20404B;
}
.AnyTagClassName
{
color: #20404B;
}
</style>
background-color css
<style>
a { background-color: #20404B; }
a { background-color: rgb(32,64,75); }
div.DivClassName
{
background-color: #20404B;
}
.BgClassName
{
background-color: #20404B;
}
</style>
border-color css
<style>
span { border-color: #20404B; }
span { border-color: rgb(32,64,75); }
td.TdClassName
{
border-color: #20404B;
}
.TagClassName
{
border-color: #20404B;
}
</style>