#163C4E

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

Shades of Green Vogue #163C4E

Tints of Green Vogue #163C4E

Color information

#163C4E (or 0x163C4E) is unknown color: approx Green Vogue. HEX triplet: 16, 3C and 4E. RGB value is (22,60,78). Sum of RGB (Red+Green+Blue) = 22+60+78=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #163C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C4E is #E9C3B1. Grayscale: #323232. Windows color (decimal): -15319986 or 5127190. OLE color: 5127190.

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

Color convert

RGB226078-
CMYK0.720.2300.69
HSL199.29º56%19.61%-
HSV(B)199.29º71.79%30.59%-
XYZ3.323.957.8-
YUV50.69143.41107.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 60 (23.83% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=13.75%
G=37.5%
B=48.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2260780.720.2300.69199.295619.61
Hex163C4E4817045c73814
Octal26741161102701053077024
Binary101101111001001110100100010111010001011100011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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