Html Css Color HEX #408460 Amazon

📋 copy color: '#408460'

red 64 ◦ green 132 ◦ blue 96

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

Shades of Amazon #408460

Tints of Amazon #408460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

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

R = 21.92%
G = 45.21%
B = 32.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#408460 (or 0x408460) is known color: Amazon. HEX triplet: 40, 84 and 60. RGB value is (64,132,96). Sum of RGB (Red+Green+Blue) = 64+132+96=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #408460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408460 is #BF7B9F. Grayscale: #6B6B6B. Windows color (decimal): -12549024 or 6325312. OLE color: 6325312.

HSL color Cylindrical-coordinate representation of color #408460: hue angle of 148.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408460 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 96 -
CMYK 0.52 0 0.27 0.48
HSL 148.24º 0.35% 0.38% -
HSV(B) 148.24º 0.52% 0.52% -
XYZ 12.48 18.44 13.97 -
YUV 107.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 64 132 96 0.52 0 0.27 0.48 148.24 0.35 0.38
Hex 40 84 60 34 0 1B 30 94 23 26
Octal 100 204 140 64 0 33 60 224 43 46
Binary 1000000 10000100 1100000 110100 0 11011 110000 10010100 100011 100110

Color Harmonies of #408460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408460

Black with #408460

Text Example


Text Example

White with #408460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408460; }

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

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

background-color css

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

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

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

border-color css

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

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

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