Html Css Color HEX #407753 Amazon

📋 copy color: '#407753'

red 64 ◦ green 119 ◦ blue 83

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

Shades of Amazon #407753

Tints of Amazon #407753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 24.06%
G = 44.74%
B = 31.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#407753 (or 0x407753) is known color: Amazon. HEX triplet: 40, 77 and 53. RGB value is (64,119,83). Sum of RGB (Red+Green+Blue) = 64+119+83=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #407753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407753 is #BF88AC. Grayscale: #626262. Windows color (decimal): -12552365 or 5470016. OLE color: 5470016.

HSL color Cylindrical-coordinate representation of color #407753: hue angle of 140.73º 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 #407753 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 83 -
CMYK 0.46 0 0.30 0.53
HSL 140.73º 0.3% 0.36% -
HSV(B) 140.73º 0.46% 0.47% -
XYZ 10.27 14.91 10.52 -
YUV 98.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 64 119 83 0.46 0 0.30 0.53 140.73 0.3 0.36
Hex 40 77 53 2E 0 1E 35 8D 1E 24
Octal 100 167 123 56 0 36 65 215 36 44
Binary 1000000 1110111 1010011 101110 0 11110 110101 10001101 11110 100100

Color Harmonies of #407753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407753

Black with #407753

Text Example


Text Example

White with #407753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407753; }

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

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

background-color css

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

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

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

border-color css

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

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

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