Shades of Green Vogue #163F52
Tints of Green Vogue #163F52
RGB
CMYK
RGB Variations
Color information
#163F52 (or 0x163F52) is known color: Green Vogue. HEX triplet: 16, 3F and 52. RGB value is (22,63,82). Sum of RGB (Red+Green+Blue) = 22+63+82=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #163F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F52 is #E9C0AD. Grayscale: #343434. Windows color (decimal): -15319214 or 5390102. OLE color: 5390102.
HSL color Cylindrical-coordinate representation of color #163F52: hue angle of 199º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163F52 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 63 | 82 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.68 |
| HSL | 199º | 0.58% | 0.2% | - |
| HSV(B) | 199º | 0.73% | 0.32% | - |
| XYZ | 3.63 | 4.33 | 8.63 | - |
| YUV | 52.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 82 | 0.73 | 0.23 | 0 | 0.68 | 199 | 0.58 | 0.2 |
| Hex | 16 | 3F | 52 | 49 | 17 | 0 | 44 | C7 | 3A | 14 |
| Octal | 26 | 77 | 122 | 111 | 27 | 0 | 104 | 307 | 72 | 24 |
| Binary | 10110 | 111111 | 1010010 | 1001001 | 10111 | 0 | 1000100 | 11000111 | 111010 | 10100 |
Color Harmonies of #163F52
Complementary color
Monochromatic Colors of #163F52
Black with #163F52
Text Example
Text Example
White with #163F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F52; }
p { color: rgb(22,63,82); }
H1.HeaderClassName
{
color: #163F52;
}
.AnyTagClassName
{
color: #163F52;
}
</style>
background-color css
<style>
a { background-color: #163F52; }
a { background-color: rgb(22,63,82); }
div.DivClassName
{
background-color: #163F52;
}
.BgClassName
{
background-color: #163F52;
}
</style>
border-color css
<style>
span { border-color: #163F52; }
span { border-color: rgb(22,63,82); }
td.TdClassName
{
border-color: #163F52;
}
.TagClassName
{
border-color: #163F52;
}
</style>