Shades of Green Vogue #203E4C
Tints of Green Vogue #203E4C
RGB
CMYK
RGB Variations
Color information
#203E4C (or 0x203E4C) is known color: Green Vogue. HEX triplet: 20, 3E and 4C. RGB value is (32,62,76). Sum of RGB (Red+Green+Blue) = 32+62+76=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #203E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E4C is #DFC1B3. Grayscale: #363636. Windows color (decimal): -14664116 or 4996640. OLE color: 4996640.
HSL color Cylindrical-coordinate representation of color #203E4C: hue angle of 199.09º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203E4C is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 62 | 76 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.70 |
| HSL | 199.09º | 0.41% | 0.21% | - |
| HSV(B) | 199.09º | 0.58% | 0.3% | - |
| XYZ | 3.62 | 4.27 | 7.47 | - |
| YUV | 54.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 76 | 0.58 | 0.18 | 0 | 0.70 | 199.09 | 0.41 | 0.21 |
| Hex | 20 | 3E | 4C | 3A | 12 | 0 | 46 | C7 | 29 | 15 |
| Octal | 40 | 76 | 114 | 72 | 22 | 0 | 106 | 307 | 51 | 25 |
| Binary | 100000 | 111110 | 1001100 | 111010 | 10010 | 0 | 1000110 | 11000111 | 101001 | 10101 |
Color Harmonies of #203E4C
Complementary color
Monochromatic Colors of #203E4C
Black with #203E4C
Text Example
Text Example
White with #203E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E4C; }
p { color: rgb(32,62,76); }
H1.HeaderClassName
{
color: #203E4C;
}
.AnyTagClassName
{
color: #203E4C;
}
</style>
background-color css
<style>
a { background-color: #203E4C; }
a { background-color: rgb(32,62,76); }
div.DivClassName
{
background-color: #203E4C;
}
.BgClassName
{
background-color: #203E4C;
}
</style>
border-color css
<style>
span { border-color: #203E4C; }
span { border-color: rgb(32,62,76); }
td.TdClassName
{
border-color: #203E4C;
}
.TagClassName
{
border-color: #203E4C;
}
</style>