Shades of Green Vogue #204351
Tints of Green Vogue #204351
RGB
CMYK
RGB Variations
Color information
#204351 (or 0x204351) is known color: Green Vogue. HEX triplet: 20, 43 and 51. RGB value is (32,67,81). Sum of RGB (Red+Green+Blue) = 32+67+81=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #204351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204351 is #DFBCAE. Grayscale: #3A3A3A. Windows color (decimal): -14662831 or 5325600. OLE color: 5325600.
HSL color Cylindrical-coordinate representation of color #204351: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #204351 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 67 | 81 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.68 |
| HSL | 197.14º | 0.43% | 0.22% | - |
| HSV(B) | 197.14º | 0.6% | 0.32% | - |
| XYZ | 4.09 | 4.92 | 8.52 | - |
| YUV | 58.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 81 | 0.60 | 0.17 | 0 | 0.68 | 197.14 | 0.43 | 0.22 |
| Hex | 20 | 43 | 51 | 3C | 11 | 0 | 44 | C5 | 2B | 16 |
| Octal | 40 | 103 | 121 | 74 | 21 | 0 | 104 | 305 | 53 | 26 |
| Binary | 100000 | 1000011 | 1010001 | 111100 | 10001 | 0 | 1000100 | 11000101 | 101011 | 10110 |
Color Harmonies of #204351
Complementary color
Monochromatic Colors of #204351
Black with #204351
Text Example
Text Example
White with #204351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204351; }
p { color: rgb(32,67,81); }
H1.HeaderClassName
{
color: #204351;
}
.AnyTagClassName
{
color: #204351;
}
</style>
background-color css
<style>
a { background-color: #204351; }
a { background-color: rgb(32,67,81); }
div.DivClassName
{
background-color: #204351;
}
.BgClassName
{
background-color: #204351;
}
</style>
border-color css
<style>
span { border-color: #204351; }
span { border-color: rgb(32,67,81); }
td.TdClassName
{
border-color: #204351;
}
.TagClassName
{
border-color: #204351;
}
</style>