Html Css Color HEX #407955 Amazon

📋 copy color: '#407955'

red 64 ◦ green 121 ◦ blue 85

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

Shades of Amazon #407955

Tints of Amazon #407955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 23.7%
G = 44.81%
B = 31.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#407955 (or 0x407955) is known color: Amazon. HEX triplet: 40, 79 and 55. RGB value is (64,121,85). Sum of RGB (Red+Green+Blue) = 64+121+85=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #407955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407955 is #BF86AA. Grayscale: #636363. Windows color (decimal): -12551851 or 5601600. OLE color: 5601600.

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

Color convert

RGB 64 121 85 -
CMYK 0.47 0 0.30 0.53
HSL 142.11º 0.31% 0.36% -
HSV(B) 142.11º 0.47% 0.47% -
XYZ 10.59 15.42 11.01 -
YUV 99.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 64 121 85 0.47 0 0.30 0.53 142.11 0.31 0.36
Hex 40 79 55 2F 0 1E 35 8E 1F 24
Octal 100 171 125 57 0 36 65 216 37 44
Binary 1000000 1111001 1010101 101111 0 11110 110101 10001110 11111 100100

Color Harmonies of #407955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407955

Black with #407955

Text Example


Text Example

White with #407955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407955; }

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

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

background-color css

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

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

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

border-color css

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

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

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