#407D58

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

Shades of Amazon #407D58

Tints of Amazon #407D58

Color information

#407D58 (or 0x407D58) is unknown color: approx Amazon. HEX triplet: 40, 7D and 58. RGB value is (64,125,88). Sum of RGB (Red+Green+Blue) = 64+125+88=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #407D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D58 is #BF82A7. Grayscale: #666666. Windows color (decimal): -12550824 or 5799232. OLE color: 5799232.

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

Color convert

RGB6412588-
CMYK0.4900.300.51
HSL143.61º32.28%37.06%-
HSV(B)143.61º48.8%49.02%-
XYZ11.2116.4611.82-
YUV102.54119.79100.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=23.10%
G=45.13%
B=31.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64125880.4900.300.51143.6132.2837.06
Hex407D583101E33902025
Octal10017513061036632204045
Binary10000001111101101100011000101111011001110010000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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