Shades of Green Vogue #204148
Tints of Green Vogue #204148
RGB
CMYK
RGB Variations
Color information
#204148 (or 0x204148) is known color: Green Vogue. HEX triplet: 20, 41 and 48. RGB value is (32,65,72). Sum of RGB (Red+Green+Blue) = 32+65+72=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #204148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204148 is #DFBEB7. Grayscale: #373737. Windows color (decimal): -14663352 or 4735264. OLE color: 4735264.
HSL color Cylindrical-coordinate representation of color #204148: hue angle of 190.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204148 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 65 | 72 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.72 |
| HSL | 190.5º | 0.38% | 0.2% | - |
| HSV(B) | 190.5º | 0.56% | 0.28% | - |
| XYZ | 3.66 | 4.56 | 6.82 | - |
| YUV | 55.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 72 | 0.56 | 0.10 | 0 | 0.72 | 190.5 | 0.38 | 0.2 |
| Hex | 20 | 41 | 48 | 38 | A | 0 | 48 | BE | 26 | 14 |
| Octal | 40 | 101 | 110 | 70 | 12 | 0 | 110 | 276 | 46 | 24 |
| Binary | 100000 | 1000001 | 1001000 | 111000 | 1010 | 0 | 1001000 | 10111110 | 100110 | 10100 |
Color Harmonies of #204148
Complementary color
Monochromatic Colors of #204148
Black with #204148
Text Example
Text Example
White with #204148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204148; }
p { color: rgb(32,65,72); }
H1.HeaderClassName
{
color: #204148;
}
.AnyTagClassName
{
color: #204148;
}
</style>
background-color css
<style>
a { background-color: #204148; }
a { background-color: rgb(32,65,72); }
div.DivClassName
{
background-color: #204148;
}
.BgClassName
{
background-color: #204148;
}
</style>
border-color css
<style>
span { border-color: #204148; }
span { border-color: rgb(32,65,72); }
td.TdClassName
{
border-color: #204148;
}
.TagClassName
{
border-color: #204148;
}
</style>