Html Css Color HEX #408151 Amazon

📋 copy color: '#408151'

red 64 ◦ green 129 ◦ blue 81

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

Shades of Amazon #408151

Tints of Amazon #408151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 23.36%
G = 47.08%
B = 29.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#408151 (or 0x408151) is known color: Amazon. HEX triplet: 40, 81 and 51. RGB value is (64,129,81). Sum of RGB (Red+Green+Blue) = 64+129+81=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #408151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408151 is #BF7EAE. Grayscale: #686868. Windows color (decimal): -12549807 or 5341504. OLE color: 5341504.

HSL color Cylindrical-coordinate representation of color #408151: hue angle of 135.69º 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 #408151 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 81 -
CMYK 0.50 0 0.37 0.49
HSL 135.69º 0.34% 0.38% -
HSV(B) 135.69º 0.5% 0.51% -
XYZ 11.45 17.38 10.54 -
YUV 104.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 64 129 81 0.50 0 0.37 0.49 135.69 0.34 0.38
Hex 40 81 51 32 0 25 31 88 22 26
Octal 100 201 121 62 0 45 61 210 42 46
Binary 1000000 10000001 1010001 110010 0 100101 110001 10001000 100010 100110

Color Harmonies of #408151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408151

Black with #408151

Text Example


Text Example

White with #408151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408151; }

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

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

background-color css

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

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

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

border-color css

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

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

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