#407754

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

Shades of Amazon #407754

Tints of Amazon #407754

Color information

#407754 (or 0x407754) is unknown color: approx Amazon. HEX triplet: 40, 77 and 54. RGB value is (64,119,84). Sum of RGB (Red+Green+Blue) = 64+119+84=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #407754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407754 is #BF88AB. Grayscale: #626262. Windows color (decimal): -12552364 or 5535552. OLE color: 5535552.

HSL color Cylindrical-coordinate representation of color #407754: hue angle of 141.82º 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 #407754 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB6411984-
CMYK0.4600.290.53
HSL141.82º30.05%35.88%-
HSV(B)141.82º46.22%46.67%-
XYZ10.3114.9210.72-
YUV98.56119.78103.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=23.97%
G=44.57%
B=31.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119840.4600.290.53141.8230.0535.88
Hex4077542E01D358e1e24
Octal10016712456035652163644
Binary1000000111011110101001011100111011101011000111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407754; }

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

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

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

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

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

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

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

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