#163B4C

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

Shades of Green Vogue #163B4C

Tints of Green Vogue #163B4C

Color information

#163B4C (or 0x163B4C) is unknown color: approx Green Vogue. HEX triplet: 16, 3B and 4C. RGB value is (22,59,76). Sum of RGB (Red+Green+Blue) = 22+59+76=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #163B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163B4C is #E9C4B3. Grayscale: #313131. Windows color (decimal): -15320244 or 4995862. OLE color: 4995862.

HSL color Cylindrical-coordinate representation of color #163B4C: hue angle of 198.89º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #163B4C is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB225976-
CMYK0.710.2200.70
HSL198.89º55.1%19.22%-
HSV(B)198.89º71.05%29.8%-
XYZ3.23.827.41-
YUV49.88142.74108.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 59 (23.44% from 255) = 37.58%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=14.01%
G=37.58%
B=48.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2259760.710.2200.70198.8955.119.22
Hex163B4C4716046c73713
Octal26731141072601063076723
Binary101101110111001100100011110110010001101100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,59,76); }

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

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

 a { background-color: rgb(22,59,76); }

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

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

 span { border-color: rgb(22,59,76); }

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