#407B54

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

Shades of Amazon #407B54

Tints of Amazon #407B54

Color information

#407B54 (or 0x407B54) is unknown color: approx Amazon. HEX triplet: 40, 7B and 54. RGB value is (64,123,84). Sum of RGB (Red+Green+Blue) = 64+123+84=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #407B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B54 is #BF84AB. Grayscale: #656565. Windows color (decimal): -12551340 or 5536576. OLE color: 5536576.

HSL color Cylindrical-coordinate representation of color #407B54: hue angle of 140.34º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B54 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB6412384-
CMYK0.4800.320.52
HSL140.34º31.55%36.67%-
HSV(B)140.34º47.97%48.24%-
XYZ10.815.910.89-
YUV100.91118.45101.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 123 (48.44% from 255) = 45.39%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=23.62%
G=45.39%
B=31.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123840.4800.320.52140.3431.5536.67
Hex407B5430020348c2025
Octal10017312460040642144045
Binary100000011110111010100110000010000011010010001100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407B54; }

 p { color: rgb(64,123,84); }

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

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

 a { background-color: rgb(64,123,84); }

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

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

 span { border-color: rgb(64,123,84); }

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