Html Css Color HEX #407354 Amazon

📋 copy color: '#407354'

red 64 ◦ green 115 ◦ blue 84

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

Shades of Amazon #407354

Tints of Amazon #407354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

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

R = 24.33%
G = 43.73%
B = 31.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#407354 (or 0x407354) is known color: Amazon. HEX triplet: 40, 73 and 54. RGB value is (64,115,84). Sum of RGB (Red+Green+Blue) = 64+115+84=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #407354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407354 is #BF8CAB. Grayscale: #606060. Windows color (decimal): -12553388 or 5534528. OLE color: 5534528.

HSL color Cylindrical-coordinate representation of color #407354: hue angle of 143.53º 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 #407354 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 84 -
CMYK 0.44 0 0.27 0.55
HSL 143.53º 0.28% 0.35% -
HSV(B) 143.53º 0.44% 0.45% -
XYZ 9.85 13.99 10.57 -
YUV 96.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 64 115 84 0.44 0 0.27 0.55 143.53 0.28 0.35
Hex 40 73 54 2C 0 1B 37 90 1C 23
Octal 100 163 124 54 0 33 67 220 34 43
Binary 1000000 1110011 1010100 101100 0 11011 110111 10010000 11100 100011

Color Harmonies of #407354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407354

Black with #407354

Text Example


Text Example

White with #407354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407354; }

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

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

background-color css

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

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

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

border-color css

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

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

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