#163D4B

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

Shades of Green Vogue #163D4B

Tints of Green Vogue #163D4B

Color information

#163D4B (or 0x163D4B) is unknown color: approx Green Vogue. HEX triplet: 16, 3D and 4B. RGB value is (22,61,75). Sum of RGB (Red+Green+Blue) = 22+61+75=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #163D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D4B is #E9C2B4. Grayscale: #323232. Windows color (decimal): -15319733 or 4930838. OLE color: 4930838.

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

Color convert

RGB226175-
CMYK0.710.1900.71
HSL195.85º54.64%19.02%-
HSV(B)195.85º70.67%29.41%-
XYZ3.274.027.26-
YUV50.93141.58107.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=13.92%
G=38.61%
B=47.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2261750.710.1900.71195.8554.6419.02
Hex163D4B4713047c43713
Octal26751131072301073046723
Binary101101111011001011100011110011010001111100010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,75); }

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

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

 a { background-color: rgb(22,61,75); }

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

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

 span { border-color: rgb(22,61,75); }

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