#163E50

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

Shades of Green Vogue #163E50

Tints of Green Vogue #163E50

Color information

#163E50 (or 0x163E50) is unknown color: approx Green Vogue. HEX triplet: 16, 3E and 50. RGB value is (22,62,80). Sum of RGB (Red+Green+Blue) = 22+62+80=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #163E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E50 is #E9C1AF. Grayscale: #333333. Windows color (decimal): -15319472 or 5258774. OLE color: 5258774.

HSL color Cylindrical-coordinate representation of color #163E50: hue angle of 198.62º 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 #163E50 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB226280-
CMYK0.720.2200.69
HSL198.62º56.86%20%-
HSV(B)198.62º72.5%31.37%-
XYZ3.54.28.21-
YUV52.09143.75106.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=13.41%
G=37.80%
B=48.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2262800.720.2200.69198.6256.8620
Hex163E504816045c73914
Octal26761201102601053077124
Binary101101111101010000100100010110010001011100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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