#16404E

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

Shades of Green Vogue #16404E

Tints of Green Vogue #16404E

Color information

#16404E (or 0x16404E) is unknown color: approx Green Vogue. HEX triplet: 16, 40 and 4E. RGB value is (22,64,78). Sum of RGB (Red+Green+Blue) = 22+64+78=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #16404E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16404E is #E9BFB1. Grayscale: #343434. Windows color (decimal): -15318962 or 5128214. OLE color: 5128214.

HSL color Cylindrical-coordinate representation of color #16404E: hue angle of 195º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16404E is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB226478-
CMYK0.720.1800.69
HSL195º56%19.61%-
HSV(B)195º71.79%30.59%-
XYZ3.544.397.87-
YUV53.04142.09105.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=13.41%
G=39.02%
B=47.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2264780.720.1800.691955619.61
Hex16404E4812045c33814
Octal261001161102201053037024
Binary1011010000001001110100100010010010001011100001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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