Html Css Color HEX #407754 Amazon

📋 copy color: '#407754'

red 64 ◦ green 119 ◦ blue 84

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

Shades of Amazon #407754

Tints of Amazon #407754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.57%

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

R = 23.97%
G = 44.57%
B = 31.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#407754 (or 0x407754) is known color: Amazon. HEX triplet: 40, 77 and 54. RGB value is (64,119,84). Sum of RGB (Red+Green+Blue) = 64+119+84=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #407754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407754 is #BF88AB. Grayscale: #626262. Windows color (decimal): -12552364 or 5535552. OLE color: 5535552.

HSL color Cylindrical-coordinate representation of color #407754: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407754 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 84 -
CMYK 0.46 0 0.29 0.53
HSL 141.82º 0.3% 0.36% -
HSV(B) 141.82º 0.46% 0.47% -
XYZ 10.31 14.92 10.72 -
YUV 98.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 64 119 84 0.46 0 0.29 0.53 141.82 0.3 0.36
Hex 40 77 54 2E 0 1D 35 8E 1E 24
Octal 100 167 124 56 0 35 65 216 36 44
Binary 1000000 1110111 1010100 101110 0 11101 110101 10001110 11110 100100

Color Harmonies of #407754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407754

Black with #407754

Text Example


Text Example

White with #407754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407754; }

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

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

background-color css

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

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

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

border-color css

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

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

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