#407358

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

Shades of Amazon #407358

Tints of Amazon #407358

Color information

#407358 (or 0x407358) is unknown color: approx Amazon. HEX triplet: 40, 73 and 58. RGB value is (64,115,88). Sum of RGB (Red+Green+Blue) = 64+115+88=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #407358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407358 is #BF8CA7. Grayscale: #606060. Windows color (decimal): -12553384 or 5796672. OLE color: 5796672.

HSL color Cylindrical-coordinate representation of color #407358: hue angle of 148.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407358 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB6411588-
CMYK0.4400.230.55
HSL148.24º28.49%35.1%-
HSV(B)148.24º44.35%45.1%-
XYZ10.0114.0611.42-
YUV96.67123.1104.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=23.97%
G=43.07%
B=32.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115880.4400.230.55148.2428.4935.1
Hex4073582C01737941c23
Octal10016313054027672243443
Binary1000000111001110110001011000101111101111001010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407358; }

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

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

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

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

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

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

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

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