Html Css Color HEX #408660 Amazon

📋 copy color: '#408660'

red 64 ◦ green 134 ◦ blue 96

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

Shades of Amazon #408660

Tints of Amazon #408660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

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

R = 21.77%
G = 45.58%
B = 32.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#408660 (or 0x408660) is known color: Amazon. HEX triplet: 40, 86 and 60. RGB value is (64,134,96). Sum of RGB (Red+Green+Blue) = 64+134+96=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #408660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408660 is #BF799F. Grayscale: #6C6C6C. Windows color (decimal): -12548512 or 6325824. OLE color: 6325824.

HSL color Cylindrical-coordinate representation of color #408660: hue angle of 147.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408660 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 96 -
CMYK 0.52 0 0.28 0.47
HSL 147.43º 0.35% 0.39% -
HSV(B) 147.43º 0.52% 0.53% -
XYZ 12.75 18.98 14.06 -
YUV 108.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 64 134 96 0.52 0 0.28 0.47 147.43 0.35 0.39
Hex 40 86 60 34 0 1C 2F 93 23 27
Octal 100 206 140 64 0 34 57 223 43 47
Binary 1000000 10000110 1100000 110100 0 11100 101111 10010011 100011 100111

Color Harmonies of #408660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408660

Black with #408660

Text Example


Text Example

White with #408660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408660; }

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

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

background-color css

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

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

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

border-color css

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

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

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