#164053

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

Shades of Green Vogue #164053

Tints of Green Vogue #164053

Color information

#164053 (or 0x164053) is unknown color: approx Green Vogue. HEX triplet: 16, 40 and 53. RGB value is (22,64,83). Sum of RGB (Red+Green+Blue) = 22+64+83=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #164053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164053 is #E9BFAC. Grayscale: #353535. Windows color (decimal): -15318957 or 5455894. OLE color: 5455894.

HSL color Cylindrical-coordinate representation of color #164053: hue angle of 198.69º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164053 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB226483-
CMYK0.730.2300.67
HSL198.69º58.1%20.59%-
HSV(B)198.69º73.49%32.55%-
XYZ3.734.468.85-
YUV53.61144.59105.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=13.02%
G=37.87%
B=49.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2264830.730.2300.67198.6958.120.59
Hex1640534917043c73a15
Octal261001231112701033077225
Binary1011010000001010011100100110111010000111100011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164053; }

 p { color: rgb(22,64,83); }

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

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

 a { background-color: rgb(22,64,83); }

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

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

 span { border-color: rgb(22,64,83); }

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