Html Css Color HEX #408161 Amazon

📋 copy color: '#408161'

red 64 ◦ green 129 ◦ blue 97

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

Shades of Amazon #408161

Tints of Amazon #408161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

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

R = 22.07%
G = 44.48%
B = 33.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#408161 (or 0x408161) is known color: Amazon. HEX triplet: 40, 81 and 61. RGB value is (64,129,97). Sum of RGB (Red+Green+Blue) = 64+129+97=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #408161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408161 is #BF7E9E. Grayscale: #696969. Windows color (decimal): -12549791 or 6390080. OLE color: 6390080.

HSL color Cylindrical-coordinate representation of color #408161: hue angle of 150.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408161 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 97 -
CMYK 0.50 0 0.25 0.49
HSL 150.46º 0.34% 0.38% -
HSV(B) 150.46º 0.5% 0.51% -
XYZ 12.12 17.65 14.08 -
YUV 105.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 64 129 97 0.50 0 0.25 0.49 150.46 0.34 0.38
Hex 40 81 61 32 0 19 31 96 22 26
Octal 100 201 141 62 0 31 61 226 42 46
Binary 1000000 10000001 1100001 110010 0 11001 110001 10010110 100010 100110

Color Harmonies of #408161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408161

Black with #408161

Text Example


Text Example

White with #408161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408161; }

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

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

background-color css

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

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

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

border-color css

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

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

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