Shades of Green Vogue #20444B
Tints of Green Vogue #20444B
RGB
CMYK
RGB Variations
Color information
#20444B (or 0x20444B) is known color: Green Vogue. HEX triplet: 20, 44 and 4B. RGB value is (32,68,75). Sum of RGB (Red+Green+Blue) = 32+68+75=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #20444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20444B is #DFBBB4. Grayscale: #393939. Windows color (decimal): -14662581 or 4932640. OLE color: 4932640.
HSL color Cylindrical-coordinate representation of color #20444B: hue angle of 189.77º 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 #20444B is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 68 | 75 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.71 |
| HSL | 189.77º | 0.4% | 0.21% | - |
| HSV(B) | 189.77º | 0.57% | 0.29% | - |
| XYZ | 3.93 | 4.95 | 7.4 | - |
| YUV | 58.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 75 | 0.57 | 0.09 | 0 | 0.71 | 189.77 | 0.4 | 0.21 |
| Hex | 20 | 44 | 4B | 39 | 9 | 0 | 47 | BE | 28 | 15 |
| Octal | 40 | 104 | 113 | 71 | 11 | 0 | 107 | 276 | 50 | 25 |
| Binary | 100000 | 1000100 | 1001011 | 111001 | 1001 | 0 | 1000111 | 10111110 | 101000 | 10101 |
Color Harmonies of #20444B
Complementary color
Monochromatic Colors of #20444B
Black with #20444B
Text Example
Text Example
White with #20444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20444B; }
p { color: rgb(32,68,75); }
H1.HeaderClassName
{
color: #20444B;
}
.AnyTagClassName
{
color: #20444B;
}
</style>
background-color css
<style>
a { background-color: #20444B; }
a { background-color: rgb(32,68,75); }
div.DivClassName
{
background-color: #20444B;
}
.BgClassName
{
background-color: #20444B;
}
</style>
border-color css
<style>
span { border-color: #20444B; }
span { border-color: rgb(32,68,75); }
td.TdClassName
{
border-color: #20444B;
}
.TagClassName
{
border-color: #20444B;
}
</style>