Html Css Color HEX #407755 Amazon

📋 copy color: '#407755'

red 64 ◦ green 119 ◦ blue 85

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

Shades of Amazon #407755

Tints of Amazon #407755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 23.88%
G = 44.4%
B = 31.72%

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

#407755 (or 0x407755) is known color: Amazon. HEX triplet: 40, 77 and 55. RGB value is (64,119,85). Sum of RGB (Red+Green+Blue) = 64+119+85=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #407755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407755 is #BF88AA. Grayscale: #626262. Windows color (decimal): -12552363 or 5601088. OLE color: 5601088.

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

Color convert

RGB 64 119 85 -
CMYK 0.46 0 0.29 0.53
HSL 142.91º 0.3% 0.36% -
HSV(B) 142.91º 0.46% 0.47% -
XYZ 10.35 14.94 10.93 -
YUV 98.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 64 119 85 0.46 0 0.29 0.53 142.91 0.3 0.36
Hex 40 77 55 2E 0 1D 35 8F 1E 24
Octal 100 167 125 56 0 35 65 217 36 44
Binary 1000000 1110111 1010101 101110 0 11101 110101 10001111 11110 100100

Color Harmonies of #407755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407755

Black with #407755

Text Example


Text Example

White with #407755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407755; }

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

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

background-color css

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

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

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

border-color css

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

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

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