#407752

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

Shades of Amazon #407752

Tints of Amazon #407752

Color information

#407752 (or 0x407752) is unknown color: approx Amazon. HEX triplet: 40, 77 and 52. RGB value is (64,119,82). Sum of RGB (Red+Green+Blue) = 64+119+82=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #407752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407752 is #BF88AD. Grayscale: #626262. Windows color (decimal): -12552366 or 5404480. OLE color: 5404480.

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

Color convert

RGB6411982-
CMYK0.4600.310.53
HSL139.64º30.05%35.88%-
HSV(B)139.64º46.22%46.67%-
XYZ10.2314.8910.32-
YUV98.34118.78103.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=24.15%
G=44.91%
B=30.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119820.4600.310.53139.6430.0535.88
Hex4077522E01F358c1e24
Octal10016712256037652143644
Binary1000000111011110100101011100111111101011000110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407752; }

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

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

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

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

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

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

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

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