#407750

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

Shades of Amazon #407750

Tints of Amazon #407750

Color information

#407750 (or 0x407750) is unknown color: approx Amazon. HEX triplet: 40, 77 and 50. RGB value is (64,119,80). Sum of RGB (Red+Green+Blue) = 64+119+80=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #407750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407750 is #BF88AF. Grayscale: #626262. Windows color (decimal): -12552368 or 5273408. OLE color: 5273408.

HSL color Cylindrical-coordinate representation of color #407750: hue angle of 137.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407750 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB6411980-
CMYK0.4600.330.53
HSL137.45º30.05%35.88%-
HSV(B)137.45º46.22%46.67%-
XYZ10.1614.869.92-
YUV98.11117.78103.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=24.33%
G=45.25%
B=30.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119800.4600.330.53137.4530.0535.88
Hex4077502E02135891e24
Octal10016712056041652113644
Binary10000001110111101000010111001000011101011000100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407750; }

 p { color: rgb(64,119,80); }

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

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

 a { background-color: rgb(64,119,80); }

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

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

 span { border-color: rgb(64,119,80); }

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