#16414E

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

Shades of Green Vogue #16414E

Tints of Green Vogue #16414E

Color information

#16414E (or 0x16414E) is unknown color: approx Green Vogue. HEX triplet: 16, 41 and 4E. RGB value is (22,65,78). Sum of RGB (Red+Green+Blue) = 22+65+78=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #16414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16414E is #E9BEB1. Grayscale: #353535. Windows color (decimal): -15318706 or 5128470. OLE color: 5128470.

HSL color Cylindrical-coordinate representation of color #16414E: hue angle of 193.93º 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 #16414E is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB226578-
CMYK0.720.1700.69
HSL193.93º56%19.61%-
HSV(B)193.93º71.79%30.59%-
XYZ3.64.57.89-
YUV53.62141.75105.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=13.33%
G=39.39%
B=47.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2265780.720.1700.69193.935619.61
Hex16414E4811045c23814
Octal261011161102101053027024
Binary1011010000011001110100100010001010001011100001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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