#407153

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

Shades of Amazon #407153

Tints of Amazon #407153

Color information

#407153 (or 0x407153) is unknown color: approx Amazon. HEX triplet: 40, 71 and 53. RGB value is (64,113,83). Sum of RGB (Red+Green+Blue) = 64+113+83=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #407153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407153 is #BF8EAC. Grayscale: #5F5F5F. Windows color (decimal): -12553901 or 5468480. OLE color: 5468480.

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

Color convert

RGB6411383-
CMYK0.4300.270.56
HSL143.27º27.68%34.71%-
HSV(B)143.27º43.36%44.31%-
XYZ9.5813.5210.29-
YUV94.93121.27105.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=24.62%
G=43.46%
B=31.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113830.4300.270.56143.2727.6834.71
Hex4071532B01B388f1c23
Octal10016112353033702173443
Binary1000000111000110100111010110110111110001000111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407153; }

 p { color: rgb(64,113,83); }

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

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

 a { background-color: rgb(64,113,83); }

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

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

 span { border-color: rgb(64,113,83); }

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