Shades of Green Vogue #20414B
Tints of Green Vogue #20414B
RGB
CMYK
RGB Variations
Color information
#20414B (or 0x20414B) is known color: Green Vogue. HEX triplet: 20, 41 and 4B. RGB value is (32,65,75). Sum of RGB (Red+Green+Blue) = 32+65+75=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #20414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20414B is #DFBEB4. Grayscale: #383838. Windows color (decimal): -14663349 or 4931872. OLE color: 4931872.
HSL color Cylindrical-coordinate representation of color #20414B: hue angle of 193.95º 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 #20414B is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 65 | 75 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.71 |
| HSL | 193.95º | 0.4% | 0.21% | - |
| HSV(B) | 193.95º | 0.57% | 0.29% | - |
| XYZ | 3.76 | 4.6 | 7.35 | - |
| YUV | 56.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 75 | 0.57 | 0.13 | 0 | 0.71 | 193.95 | 0.4 | 0.21 |
| Hex | 20 | 41 | 4B | 39 | D | 0 | 47 | C2 | 28 | 15 |
| Octal | 40 | 101 | 113 | 71 | 15 | 0 | 107 | 302 | 50 | 25 |
| Binary | 100000 | 1000001 | 1001011 | 111001 | 1101 | 0 | 1000111 | 11000010 | 101000 | 10101 |
Color Harmonies of #20414B
Complementary color
Monochromatic Colors of #20414B
Black with #20414B
Text Example
Text Example
White with #20414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20414B; }
p { color: rgb(32,65,75); }
H1.HeaderClassName
{
color: #20414B;
}
.AnyTagClassName
{
color: #20414B;
}
</style>
background-color css
<style>
a { background-color: #20414B; }
a { background-color: rgb(32,65,75); }
div.DivClassName
{
background-color: #20414B;
}
.BgClassName
{
background-color: #20414B;
}
</style>
border-color css
<style>
span { border-color: #20414B; }
span { border-color: rgb(32,65,75); }
td.TdClassName
{
border-color: #20414B;
}
.TagClassName
{
border-color: #20414B;
}
</style>