Shades of Green Vogue #20414F
Tints of Green Vogue #20414F
RGB
CMYK
RGB Variations
Color information
#20414F (or 0x20414F) is known color: Green Vogue. HEX triplet: 20, 41 and 4F. RGB value is (32,65,79). Sum of RGB (Red+Green+Blue) = 32+65+79=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #20414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20414F is #DFBEB0. Grayscale: #383838. Windows color (decimal): -14663345 or 5194016. OLE color: 5194016.
HSL color Cylindrical-coordinate representation of color #20414F: hue angle of 197.87º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20414F is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 65 | 79 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.69 |
| HSL | 197.87º | 0.42% | 0.22% | - |
| HSV(B) | 197.87º | 0.59% | 0.31% | - |
| XYZ | 3.9 | 4.65 | 8.09 | - |
| YUV | 56.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 79 | 0.59 | 0.18 | 0 | 0.69 | 197.87 | 0.42 | 0.22 |
| Hex | 20 | 41 | 4F | 3B | 12 | 0 | 45 | C6 | 2A | 16 |
| Octal | 40 | 101 | 117 | 73 | 22 | 0 | 105 | 306 | 52 | 26 |
| Binary | 100000 | 1000001 | 1001111 | 111011 | 10010 | 0 | 1000101 | 11000110 | 101010 | 10110 |
Color Harmonies of #20414F
Complementary color
Monochromatic Colors of #20414F
Black with #20414F
Text Example
Text Example
White with #20414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20414F; }
p { color: rgb(32,65,79); }
H1.HeaderClassName
{
color: #20414F;
}
.AnyTagClassName
{
color: #20414F;
}
</style>
background-color css
<style>
a { background-color: #20414F; }
a { background-color: rgb(32,65,79); }
div.DivClassName
{
background-color: #20414F;
}
.BgClassName
{
background-color: #20414F;
}
</style>
border-color css
<style>
span { border-color: #20414F; }
span { border-color: rgb(32,65,79); }
td.TdClassName
{
border-color: #20414F;
}
.TagClassName
{
border-color: #20414F;
}
</style>