Html Css Color HEX #408461 Amazon

📋 copy color: '#408461'

red 64 ◦ green 132 ◦ blue 97

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

Shades of Amazon #408461

Tints of Amazon #408461

RGB

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

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

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

R = 21.84%
G = 45.05%
B = 33.11%

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

#408461 (or 0x408461) is known color: Amazon. HEX triplet: 40, 84 and 61. RGB value is (64,132,97). Sum of RGB (Red+Green+Blue) = 64+132+97=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 132 - color contains mainly: green. Hex color #408461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408461 is #BF7B9E. Grayscale: #6B6B6B. Windows color (decimal): -12549023 or 6390848. OLE color: 6390848.

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

Color convert

RGB 64 132 97 -
CMYK 0.52 0 0.27 0.48
HSL 149.12º 0.35% 0.38% -
HSV(B) 149.12º 0.52% 0.52% -
XYZ 12.52 18.46 14.21 -
YUV 107.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 64 132 97 0.52 0 0.27 0.48 149.12 0.35 0.38
Hex 40 84 61 34 0 1B 30 95 23 26
Octal 100 204 141 64 0 33 60 225 43 46
Binary 1000000 10000100 1100001 110100 0 11011 110000 10010101 100011 100110

Color Harmonies of #408461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408461

Black with #408461

Text Example


Text Example

White with #408461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408461; }

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

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

background-color css

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

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

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

border-color css

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

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

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