#164253

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

Shades of Green Vogue #164253

Tints of Green Vogue #164253

Color information

#164253 (or 0x164253) is unknown color: approx Green Vogue. HEX triplet: 16, 42 and 53. RGB value is (22,66,83). Sum of RGB (Red+Green+Blue) = 22+66+83=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #164253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164253 is #E9BDAC. Grayscale: #363636. Windows color (decimal): -15318445 or 5456406. OLE color: 5456406.

HSL color Cylindrical-coordinate representation of color #164253: hue angle of 196.72º 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 #164253 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB226683-
CMYK0.730.2000.67
HSL196.72º58.1%20.59%-
HSV(B)196.72º73.49%32.55%-
XYZ3.844.698.89-
YUV54.78143.92104.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=12.87%
G=38.60%
B=48.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2266830.730.2000.67196.7258.120.59
Hex1642534914043c53a15
Octal261021231112401033057225
Binary1011010000101010011100100110100010000111100010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164253; }

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

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

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

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

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

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

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

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