#163C4D

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

Shades of Green Vogue #163C4D

Tints of Green Vogue #163C4D

Color information

#163C4D (or 0x163C4D) is unknown color: approx Green Vogue. HEX triplet: 16, 3C and 4D. RGB value is (22,60,77). Sum of RGB (Red+Green+Blue) = 22+60+77=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #163C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C4D is #E9C3B2. Grayscale: #323232. Windows color (decimal): -15319987 or 5061654. OLE color: 5061654.

HSL color Cylindrical-coordinate representation of color #163C4D: hue angle of 198.55º degrees, saturation: 0.56, 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 #163C4D is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB226077-
CMYK0.710.2200.70
HSL198.55º55.56%19.41%-
HSV(B)198.55º71.43%30.2%-
XYZ3.293.947.61-
YUV50.58142.91107.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=13.84%
G=37.74%
B=48.43%

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
Decimal2260770.710.2200.70198.5555.5619.41
Hex163C4D4716046c73813
Octal26741151072601063077023
Binary101101111001001101100011110110010001101100011111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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