Html Css Color HEX #408060 Amazon

📋 copy color: '#408060'

red 64 ◦ green 128 ◦ blue 96

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

Shades of Amazon #408060

Tints of Amazon #408060

RGB

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

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

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

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#408060 (or 0x408060) is known color: Amazon. HEX triplet: 40, 80 and 60. RGB value is (64,128,96). Sum of RGB (Red+Green+Blue) = 64+128+96=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #408060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408060 is #BF7F9F. Grayscale: #696969. Windows color (decimal): -12550048 or 6324288. OLE color: 6324288.

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

Color convert

RGB 64 128 96 -
CMYK 0.5 0 0.25 0.50
HSL 150º 0.33% 0.38% -
HSV(B) 150º 0.5% 0.5% -
XYZ 11.94 17.37 13.79 -
YUV 105.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 64 128 96 0.5 0 0.25 0.50 150 0.33 0.38
Hex 40 80 60 32 0 19 32 96 21 26
Octal 100 200 140 62 0 31 62 226 41 46
Binary 1000000 10000000 1100000 110010 0 11001 110010 10010110 100001 100110

Color Harmonies of #408060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408060

Black with #408060

Text Example


Text Example

White with #408060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408060; }

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

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

background-color css

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

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

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

border-color css

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

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

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