#16404D

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

Shades of Green Vogue #16404D

Tints of Green Vogue #16404D

Color information

#16404D (or 0x16404D) is unknown color: approx Green Vogue. HEX triplet: 16, 40 and 4D. RGB value is (22,64,77). Sum of RGB (Red+Green+Blue) = 22+64+77=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #16404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16404D is #E9BFB2. Grayscale: #343434. Windows color (decimal): -15318963 or 5062678. OLE color: 5062678.

HSL color Cylindrical-coordinate representation of color #16404D: hue angle of 194.18º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16404D is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB226477-
CMYK0.710.1700.70
HSL194.18º55.56%19.41%-
HSV(B)194.18º71.43%30.2%-
XYZ3.54.377.68-
YUV52.92141.59105.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.50%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=13.50%
G=39.26%
B=47.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2264770.710.1700.70194.1855.5619.41
Hex16404D4711046c23813
Octal261001151072101063027023
Binary1011010000001001101100011110001010001101100001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16404D; }

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

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

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

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

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

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

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

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