Html Css Color HEX #407154 Amazon

📋 copy color: '#407154'

red 64 ◦ green 113 ◦ blue 84

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

Shades of Amazon #407154

Tints of Amazon #407154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 24.52%
G = 43.3%
B = 32.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#407154 (or 0x407154) is known color: Amazon. HEX triplet: 40, 71 and 54. RGB value is (64,113,84). Sum of RGB (Red+Green+Blue) = 64+113+84=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #407154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407154 is #BF8EAB. Grayscale: #5F5F5F. Windows color (decimal): -12553900 or 5534016. OLE color: 5534016.

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

Color convert

RGB 64 113 84 -
CMYK 0.43 0 0.26 0.56
HSL 144.49º 0.28% 0.35% -
HSV(B) 144.49º 0.43% 0.44% -
XYZ 9.62 13.54 10.49 -
YUV 95.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 64 113 84 0.43 0 0.26 0.56 144.49 0.28 0.35
Hex 40 71 54 2B 0 1A 38 90 1C 23
Octal 100 161 124 53 0 32 70 220 34 43
Binary 1000000 1110001 1010100 101011 0 11010 111000 10010000 11100 100011

Color Harmonies of #407154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407154

Black with #407154

Text Example


Text Example

White with #407154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407154; }

 p { color: rgb(64,113,84); }

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

background-color css

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

 a { background-color: rgb(64,113,84); }

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

border-color css

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

 span { border-color: rgb(64,113,84); }

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