Html Css Color HEX #407855 Amazon

📋 copy color: '#407855'

red 64 ◦ green 120 ◦ blue 85

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

Shades of Amazon #407855

Tints of Amazon #407855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

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

R = 23.79%
G = 44.61%
B = 31.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#407855 (or 0x407855) is known color: Amazon. HEX triplet: 40, 78 and 55. RGB value is (64,120,85). Sum of RGB (Red+Green+Blue) = 64+120+85=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #407855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407855 is #BF87AA. Grayscale: #636363. Windows color (decimal): -12552107 or 5601344. OLE color: 5601344.

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

Color convert

RGB 64 120 85 -
CMYK 0.47 0 0.29 0.53
HSL 142.5º 0.3% 0.36% -
HSV(B) 142.5º 0.47% 0.47% -
XYZ 10.47 15.18 10.97 -
YUV 99.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 64 120 85 0.47 0 0.29 0.53 142.5 0.3 0.36
Hex 40 78 55 2F 0 1D 35 8E 1E 24
Octal 100 170 125 57 0 35 65 216 36 44
Binary 1000000 1111000 1010101 101111 0 11101 110101 10001110 11110 100100

Color Harmonies of #407855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407855

Black with #407855

Text Example


Text Example

White with #407855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407855; }

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

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

background-color css

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

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

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

border-color css

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

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

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