#163E4D

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

Shades of Green Vogue #163E4D

Tints of Green Vogue #163E4D

Color information

#163E4D (or 0x163E4D) is unknown color: approx Green Vogue. HEX triplet: 16, 3E and 4D. RGB value is (22,62,77). Sum of RGB (Red+Green+Blue) = 22+62+77=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #163E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E4D is #E9C1B2. Grayscale: #333333. Windows color (decimal): -15319475 or 5062166. OLE color: 5062166.

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

Color convert

RGB226277-
CMYK0.710.1900.70
HSL196.36º55.56%19.41%-
HSV(B)196.36º71.43%30.2%-
XYZ3.394.157.64-
YUV51.75142.25106.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.66%
GREEN value IS 62 (24.61% from 255) = 38.51%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=13.66%
G=38.51%
B=47.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2262770.710.1900.70196.3655.5619.41
Hex163E4D4713046c43813
Octal26761151072301063047023
Binary101101111101001101100011110011010001101100010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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