#407851

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

Shades of Amazon #407851

Tints of Amazon #407851

Color information

#407851 (or 0x407851) is unknown color: approx Amazon. HEX triplet: 40, 78 and 51. RGB value is (64,120,81). Sum of RGB (Red+Green+Blue) = 64+120+81=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #407851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407851 is #BF87AE. Grayscale: #626262. Windows color (decimal): -12552111 or 5339200. OLE color: 5339200.

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

Color convert

RGB6412081-
CMYK0.4700.320.53
HSL138.21º30.43%36.08%-
HSV(B)138.21º46.67%47.06%-
XYZ10.3215.1210.16-
YUV98.81117.95103.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=24.15%
G=45.28%
B=30.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120810.4700.320.53138.2130.4336.08
Hex4078512F020358a1e24
Octal10017012157040652123644
Binary10000001111000101000110111101000001101011000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407851; }

 p { color: rgb(64,120,81); }

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

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

 a { background-color: rgb(64,120,81); }

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

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

 span { border-color: rgb(64,120,81); }

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