#163C49

Color #163C49 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #163C49

Tints of Green Vogue #163C49

Color information

#163C49 (or 0x163C49) is unknown color: approx Green Vogue. HEX triplet: 16, 3C and 49. RGB value is (22,60,73). Sum of RGB (Red+Green+Blue) = 22+60+73=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #163C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C49 is #E9C3B6. Grayscale: #323232. Windows color (decimal): -15319991 or 4799510. OLE color: 4799510.

HSL color Cylindrical-coordinate representation of color #163C49: hue angle of 195.29º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #163C49 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB226073-
CMYK0.700.1800.71
HSL195.29º53.68%18.63%-
HSV(B)195.29º69.86%28.63%-
XYZ3.153.886.89-
YUV50.12140.91107.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=14.19%
G=38.71%
B=47.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2260730.700.1800.71195.2953.6818.63
Hex163C494612047c33613
Octal26741111062201073036623
Binary101101111001001001100011010010010001111100001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163C49; }

 p { color: rgb(22,60,73); }

 H1.HeaderClassName
 {
   color: #163C49;
 }
 .AnyTagClassName
 {
   color: #163C49;
 }
</style>
background-color css

<style>
 a { background-color: #163C49; }

 a { background-color: rgb(22,60,73); }

 div.DivClassName
 {
   background-color: #163C49;
 }
 .BgClassName
 {
   background-color: #163C49;
 }
</style>
border-color css

<style>
 span { border-color: #163C49; }

 span { border-color: rgb(22,60,73); }

 td.TdClassName
 {
   border-color: #163C49;
 }
 .TagClassName
 {
   border-color: #163C49;
 }
</style>