#163C48

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

Shades of Green Vogue #163C48

Tints of Green Vogue #163C48

Color information

#163C48 (or 0x163C48) is unknown color: approx Green Vogue. HEX triplet: 16, 3C and 48. RGB value is (22,60,72). Sum of RGB (Red+Green+Blue) = 22+60+72=154 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.29% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #163C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163C48 is #E9C3B7. Grayscale: #313131. Windows color (decimal): -15319992 or 4733974. OLE color: 4733974.

HSL color Cylindrical-coordinate representation of color #163C48: hue angle of 194.4º 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 #163C48 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB226072-
CMYK0.690.1700.72
HSL194.4º53.19%18.43%-
HSV(B)194.4º69.44%28.24%-
XYZ3.123.876.71-
YUV50.01140.41108.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.29%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=14.29%
G=38.96%
B=46.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2260720.690.1700.72194.453.1918.43
Hex163C484511048c23512
Octal26741101052101103026522
Binary101101111001001000100010110001010010001100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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