Html Css Color HEX #407F61 Amazon

📋 copy color: '#407F61'

red 64 ◦ green 127 ◦ blue 97

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

Shades of Amazon #407F61

Tints of Amazon #407F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 22.22%
G = 44.1%
B = 33.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#407F61 (or 0x407F61) is known color: Amazon. HEX triplet: 40, 7F and 61. RGB value is (64,127,97). Sum of RGB (Red+Green+Blue) = 64+127+97=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #407F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F61 is #BF809E. Grayscale: #686868. Windows color (decimal): -12550303 or 6389568. OLE color: 6389568.

HSL color Cylindrical-coordinate representation of color #407F61: hue angle of 151.43º 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 #407F61 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 97 -
CMYK 0.50 0 0.24 0.50
HSL 151.43º 0.33% 0.37% -
HSV(B) 151.43º 0.5% 0.5% -
XYZ 11.86 17.13 13.99 -
YUV 104.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 64 127 97 0.50 0 0.24 0.50 151.43 0.33 0.37
Hex 40 7F 61 32 0 18 32 97 21 25
Octal 100 177 141 62 0 30 62 227 41 45
Binary 1000000 1111111 1100001 110010 0 11000 110010 10010111 100001 100101

Color Harmonies of #407F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F61

Black with #407F61

Text Example


Text Example

White with #407F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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