Html Css Color HEX #408061 Amazon

📋 copy color: '#408061'

red 64 ◦ green 128 ◦ blue 97

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

Shades of Amazon #408061

Tints of Amazon #408061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.29%

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

R = 22.15%
G = 44.29%
B = 33.56%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#408061 (or 0x408061) is known color: Amazon. HEX triplet: 40, 80 and 61. RGB value is (64,128,97). Sum of RGB (Red+Green+Blue) = 64+128+97=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #408061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408061 is #BF7F9E. Grayscale: #696969. Windows color (decimal): -12550047 or 6389824. OLE color: 6389824.

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

Color convert

RGB 64 128 97 -
CMYK 0.5 0 0.24 0.50
HSL 150.94º 0.33% 0.38% -
HSV(B) 150.94º 0.5% 0.5% -
XYZ 11.99 17.39 14.03 -
YUV 105.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 64 128 97 0.5 0 0.24 0.50 150.94 0.33 0.38
Hex 40 80 61 32 0 18 32 97 21 26
Octal 100 200 141 62 0 30 62 227 41 46
Binary 1000000 10000000 1100001 110010 0 11000 110010 10010111 100001 100110

Color Harmonies of #408061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408061

Black with #408061

Text Example


Text Example

White with #408061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408061; }

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

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

background-color css

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

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

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

border-color css

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

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

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