Html Css Color HEX #408661 Amazon

📋 copy color: '#408661'

red 64 ◦ green 134 ◦ blue 97

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

Shades of Amazon #408661

Tints of Amazon #408661

RGB

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

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

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

R = 21.69%
G = 45.42%
B = 32.88%

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

#408661 (or 0x408661) is known color: Amazon. HEX triplet: 40, 86 and 61. RGB value is (64,134,97). Sum of RGB (Red+Green+Blue) = 64+134+97=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #408661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408661 is #BF799E. Grayscale: #6C6C6C. Windows color (decimal): -12548511 or 6391360. OLE color: 6391360.

HSL color Cylindrical-coordinate representation of color #408661: hue angle of 148.29º 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 #408661 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 97 -
CMYK 0.52 0 0.28 0.47
HSL 148.29º 0.35% 0.39% -
HSV(B) 148.29º 0.52% 0.53% -
XYZ 12.8 19 14.3 -
YUV 108.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 64 134 97 0.52 0 0.28 0.47 148.29 0.35 0.39
Hex 40 86 61 34 0 1C 2F 94 23 27
Octal 100 206 141 64 0 34 57 224 43 47
Binary 1000000 10000110 1100001 110100 0 11100 101111 10010100 100011 100111

Color Harmonies of #408661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408661

Black with #408661

Text Example


Text Example

White with #408661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408661; }

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

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

background-color css

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

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

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

border-color css

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

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

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