#416F52

Color #416F52 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #416F52

Tints of Amazon #416F52

Color information

#416F52 (or 0x416F52) is unknown color: approx Amazon. HEX triplet: 41, 6F and 52. RGB value is (65,111,82). Sum of RGB (Red+Green+Blue) = 65+111+82=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #416F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F52 is #BE90AD. Grayscale: #5E5E5E. Windows color (decimal): -12488878 or 5402433. OLE color: 5402433.

HSL color Cylindrical-coordinate representation of color #416F52: hue angle of 142.17º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416F52 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB6511182-
CMYK0.4100.260.56
HSL142.17º26.14%34.51%-
HSV(B)142.17º41.44%43.53%-
XYZ9.3913.110.02-
YUV93.94121.26107.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=25.19%
G=43.02%
B=31.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111820.4100.260.56142.1726.1434.51
Hex416F522901A388e1a23
Octal10115712251032702163243
Binary1000001110111110100101010010110101110001000111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416F52; }

 p { color: rgb(65,111,82); }

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

<style>
 a { background-color: #416F52; }

 a { background-color: rgb(65,111,82); }

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

<style>
 span { border-color: #416F52; }

 span { border-color: rgb(65,111,82); }

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