#407B58

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

Shades of Amazon #407B58

Tints of Amazon #407B58

Color information

#407B58 (or 0x407B58) is unknown color: approx Amazon. HEX triplet: 40, 7B and 58. RGB value is (64,123,88). Sum of RGB (Red+Green+Blue) = 64+123+88=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #407B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B58 is #BF84A7. Grayscale: #656565. Windows color (decimal): -12551336 or 5798720. OLE color: 5798720.

HSL color Cylindrical-coordinate representation of color #407B58: hue angle of 144.41º 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 #407B58 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB6412388-
CMYK0.4800.280.52
HSL144.41º31.55%36.67%-
HSV(B)144.41º47.97%48.24%-
XYZ10.9615.9611.74-
YUV101.37120.45101.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 88 (34.77% from 255) = 32%
R=23.27%
G=44.73%
B=32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123880.4800.280.52144.4131.5536.67
Hex407B583001C34902025
Octal10017313060034642204045
Binary10000001111011101100011000001110011010010010000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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