#16414F

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

Shades of Green Vogue #16414F

Tints of Green Vogue #16414F

Color information

#16414F (or 0x16414F) is unknown color: approx Green Vogue. HEX triplet: 16, 41 and 4F. RGB value is (22,65,79). Sum of RGB (Red+Green+Blue) = 22+65+79=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #16414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16414F is #E9BEB0. Grayscale: #353535. Windows color (decimal): -15318705 or 5194006. OLE color: 5194006.

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

Color convert

RGB226579-
CMYK0.720.1800.69
HSL194.74º56.44%19.8%-
HSV(B)194.74º72.15%30.98%-
XYZ3.634.528.08-
YUV53.74142.25105.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 79 (31.25% from 255) = 47.59%
R=13.25%
G=39.16%
B=47.59%

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
Decimal2265790.720.1800.69194.7456.4419.8
Hex16414F4812045c33814
Octal261011171102201053037024
Binary1011010000011001111100100010010010001011100001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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