Html Css Color HEX #407F5A Amazon

📋 copy color: '#407F5A'

red 64 ◦ green 127 ◦ blue 90

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

Shades of Amazon #407F5A

Tints of Amazon #407F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 45.2%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 22.78%
G = 45.2%
B = 32.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#407F5A (or 0x407F5A) is known color: Amazon. HEX triplet: 40, 7F and 5A. RGB value is (64,127,90). Sum of RGB (Red+Green+Blue) = 64+127+90=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #407F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F5A is #BF80A5. Grayscale: #686868. Windows color (decimal): -12550310 or 5930816. OLE color: 5930816.

HSL color Cylindrical-coordinate representation of color #407F5A: hue angle of 144.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F5A is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 90 -
CMYK 0.50 0 0.29 0.50
HSL 144.76º 0.33% 0.37% -
HSV(B) 144.76º 0.5% 0.5% -
XYZ 11.55 17.01 12.35 -
YUV 103.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 64 127 90 0.50 0 0.29 0.50 144.76 0.33 0.37
Hex 40 7F 5A 32 0 1D 32 91 21 25
Octal 100 177 132 62 0 35 62 221 41 45
Binary 1000000 1111111 1011010 110010 0 11101 110010 10010001 100001 100101

Color Harmonies of #407F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F5A

Black with #407F5A

Text Example


Text Example

White with #407F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,90); }

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

background-color css

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

 a { background-color: rgb(64,127,90); }

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

border-color css

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

 span { border-color: rgb(64,127,90); }

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