#163D50

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

Shades of Green Vogue #163D50

Tints of Green Vogue #163D50

Color information

#163D50 (or 0x163D50) is unknown color: approx Green Vogue. HEX triplet: 16, 3D and 50. RGB value is (22,61,80). Sum of RGB (Red+Green+Blue) = 22+61+80=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #163D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D50 is #E9C2AF. Grayscale: #333333. Windows color (decimal): -15319728 or 5258518. OLE color: 5258518.

HSL color Cylindrical-coordinate representation of color #163D50: hue angle of 199.66º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #163D50 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB226180-
CMYK0.720.2400.69
HSL199.66º56.86%20%-
HSV(B)199.66º72.5%31.37%-
XYZ3.454.098.2-
YUV51.5144.08106.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=13.50%
G=37.42%
B=49.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2261800.720.2400.69199.6656.8620
Hex163D504818045c83914
Octal26751201103001053107124
Binary101101111011010000100100011000010001011100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,80); }

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

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

 a { background-color: rgb(22,61,80); }

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

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

 span { border-color: rgb(22,61,80); }

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