#163E48

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

Shades of Green Vogue #163E48

Tints of Green Vogue #163E48

Color information

#163E48 (or 0x163E48) is unknown color: approx Green Vogue. HEX triplet: 16, 3E and 48. RGB value is (22,62,72). Sum of RGB (Red+Green+Blue) = 22+62+72=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #163E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163E48 is #E9C1B7. Grayscale: #333333. Windows color (decimal): -15319480 or 4734486. OLE color: 4734486.

HSL color Cylindrical-coordinate representation of color #163E48: hue angle of 192º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #163E48 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB226272-
CMYK0.690.1400.72
HSL192º53.19%18.43%-
HSV(B)192º69.44%28.24%-
XYZ3.224.086.75-
YUV51.18139.75107.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=14.10%
G=39.74%
B=46.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2262720.690.1400.7219253.1918.43
Hex163E4845E048c03512
Octal26761101051601103006522
Binary10110111110100100010001011110010010001100000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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