Html Css Color HEX #407550 Amazon

📋 copy color: '#407550'

red 64 ◦ green 117 ◦ blue 80

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

Shades of Amazon #407550

Tints of Amazon #407550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 24.52%
G = 44.83%
B = 30.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#407550 (or 0x407550) is known color: Amazon. HEX triplet: 40, 75 and 50. RGB value is (64,117,80). Sum of RGB (Red+Green+Blue) = 64+117+80=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #407550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407550 is #BF8AAF. Grayscale: #616161. Windows color (decimal): -12552880 or 5272896. OLE color: 5272896.

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

Color convert

RGB 64 117 80 -
CMYK 0.45 0 0.32 0.54
HSL 138.11º 0.29% 0.35% -
HSV(B) 138.11º 0.45% 0.46% -
XYZ 9.92 14.39 9.84 -
YUV 96.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 64 117 80 0.45 0 0.32 0.54 138.11 0.29 0.35
Hex 40 75 50 2D 0 20 36 8A 1D 23
Octal 100 165 120 55 0 40 66 212 35 43
Binary 1000000 1110101 1010000 101101 0 100000 110110 10001010 11101 100011

Color Harmonies of #407550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407550

Black with #407550

Text Example


Text Example

White with #407550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407550; }

 p { color: rgb(64,117,80); }

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

background-color css

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

 a { background-color: rgb(64,117,80); }

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

border-color css

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

 span { border-color: rgb(64,117,80); }

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