Shades of Green Vogue #20444A
Tints of Green Vogue #20444A
RGB
CMYK
RGB Variations
Color information
#20444A (or 0x20444A) is known color: Green Vogue. HEX triplet: 20, 44 and 4A. RGB value is (32,68,74). Sum of RGB (Red+Green+Blue) = 32+68+74=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #20444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20444A is #DFBBB5. Grayscale: #393939. Windows color (decimal): -14662582 or 4867104. OLE color: 4867104.
HSL color Cylindrical-coordinate representation of color #20444A: hue angle of 188.57º 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 #20444A is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 68 | 74 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.71 |
| HSL | 188.57º | 0.4% | 0.21% | - |
| HSV(B) | 188.57º | 0.57% | 0.29% | - |
| XYZ | 3.9 | 4.94 | 7.23 | - |
| YUV | 57.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 74 | 0.57 | 0.08 | 0 | 0.71 | 188.57 | 0.4 | 0.21 |
| Hex | 20 | 44 | 4A | 39 | 8 | 0 | 47 | BD | 28 | 15 |
| Octal | 40 | 104 | 112 | 71 | 10 | 0 | 107 | 275 | 50 | 25 |
| Binary | 100000 | 1000100 | 1001010 | 111001 | 1000 | 0 | 1000111 | 10111101 | 101000 | 10101 |
Color Harmonies of #20444A
Complementary color
Monochromatic Colors of #20444A
Black with #20444A
Text Example
Text Example
White with #20444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20444A; }
p { color: rgb(32,68,74); }
H1.HeaderClassName
{
color: #20444A;
}
.AnyTagClassName
{
color: #20444A;
}
</style>
background-color css
<style>
a { background-color: #20444A; }
a { background-color: rgb(32,68,74); }
div.DivClassName
{
background-color: #20444A;
}
.BgClassName
{
background-color: #20444A;
}
</style>
border-color css
<style>
span { border-color: #20444A; }
span { border-color: rgb(32,68,74); }
td.TdClassName
{
border-color: #20444A;
}
.TagClassName
{
border-color: #20444A;
}
</style>