Html Css Color HEX #407455 Amazon

📋 copy color: '#407455'

red 64 ◦ green 116 ◦ blue 85

#407455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #407455

Tints of Amazon #407455

RGB

 RED value IS 64 (25.39% from 255) = 24.15%

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 24.15%
G = 43.77%
B = 32.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#407455 (or 0x407455) is known color: Amazon. HEX triplet: 40, 74 and 55. RGB value is (64,116,85). Sum of RGB (Red+Green+Blue) = 64+116+85=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #407455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407455 is #BF8BAA. Grayscale: #606060. Windows color (decimal): -12553131 or 5600320. OLE color: 5600320.

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

Color convert

RGB 64 116 85 -
CMYK 0.45 0 0.27 0.55
HSL 144.23º 0.29% 0.35% -
HSV(B) 144.23º 0.45% 0.45% -
XYZ 10 14.24 10.82 -
YUV 96.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 64 116 85 0.45 0 0.27 0.55 144.23 0.29 0.35
Hex 40 74 55 2D 0 1B 37 90 1D 23
Octal 100 164 125 55 0 33 67 220 35 43
Binary 1000000 1110100 1010101 101101 0 11011 110111 10010000 11101 100011

Color Harmonies of #407455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407455

Black with #407455

Text Example


Text Example

White with #407455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407455; }

 p { color: rgb(64,116,85); }

 H1.HeaderClassName
 {
   color: #407455;
 }
 .AnyTagClassName
 {
   color: #407455;
 }
</style>

background-color css

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

 a { background-color: rgb(64,116,85); }

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

border-color css

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

 span { border-color: rgb(64,116,85); }

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