Html Css Color HEX #407A60 Amazon

📋 copy color: '#407A60'

red 64 ◦ green 122 ◦ blue 96

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

Shades of Amazon #407A60

Tints of Amazon #407A60

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.26%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 22.7%
G = 43.26%
B = 34.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#407A60 (or 0x407A60) is known color: Amazon. HEX triplet: 40, 7A and 60. RGB value is (64,122,96). Sum of RGB (Red+Green+Blue) = 64+122+96=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #407A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A60 is #BF859F. Grayscale: #656565. Windows color (decimal): -12551584 or 6322752. OLE color: 6322752.

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

Color convert

RGB 64 122 96 -
CMYK 0.48 0 0.21 0.52
HSL 153.1º 0.31% 0.36% -
HSV(B) 153.1º 0.48% 0.48% -
XYZ 11.19 15.85 13.54 -
YUV 101.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 64 122 96 0.48 0 0.21 0.52 153.1 0.31 0.36
Hex 40 7A 60 30 0 15 34 99 1F 24
Octal 100 172 140 60 0 25 64 231 37 44
Binary 1000000 1111010 1100000 110000 0 10101 110100 10011001 11111 100100

Color Harmonies of #407A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A60

Black with #407A60

Text Example


Text Example

White with #407A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,122,96); }

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

background-color css

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

 a { background-color: rgb(64,122,96); }

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

border-color css

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

 span { border-color: rgb(64,122,96); }

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