Html Css Color HEX #407B55 Amazon

📋 copy color: '#407B55'

red 64 ◦ green 123 ◦ blue 85

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

Shades of Amazon #407B55

Tints of Amazon #407B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.22%

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

R = 23.53%
G = 45.22%
B = 31.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#407B55 (or 0x407B55) is known color: Amazon. HEX triplet: 40, 7B and 55. RGB value is (64,123,85). Sum of RGB (Red+Green+Blue) = 64+123+85=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #407B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B55 is #BF84AA. Grayscale: #656565. Windows color (decimal): -12551339 or 5602112. OLE color: 5602112.

HSL color Cylindrical-coordinate representation of color #407B55: hue angle of 141.36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B55 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 85 -
CMYK 0.48 0 0.31 0.52
HSL 141.36º 0.32% 0.37% -
HSV(B) 141.36º 0.48% 0.48% -
XYZ 10.84 15.91 11.09 -
YUV 101.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 64 123 85 0.48 0 0.31 0.52 141.36 0.32 0.37
Hex 40 7B 55 30 0 1F 34 8D 20 25
Octal 100 173 125 60 0 37 64 215 40 45
Binary 1000000 1111011 1010101 110000 0 11111 110100 10001101 100000 100101

Color Harmonies of #407B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B55

Black with #407B55

Text Example


Text Example

White with #407B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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