#16424E

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

Shades of Green Vogue #16424E

Tints of Green Vogue #16424E

Color information

#16424E (or 0x16424E) is unknown color: approx Green Vogue. HEX triplet: 16, 42 and 4E. RGB value is (22,66,78). Sum of RGB (Red+Green+Blue) = 22+66+78=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 78 - color contains mainly: blue. Hex color #16424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16424E is #E9BDB1. Grayscale: #363636. Windows color (decimal): -15318450 or 5128726. OLE color: 5128726.

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

Color convert

RGB226678-
CMYK0.720.1500.69
HSL192.86º56%19.61%-
HSV(B)192.86º71.79%30.59%-
XYZ3.654.627.91-
YUV54.21141.42105.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=13.25%
G=39.76%
B=46.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2266780.720.1500.69192.865619.61
Hex16424E48F045c13814
Octal261021161101701053017024
Binary101101000010100111010010001111010001011100000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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