Html Css Color HEX #408956 Amazon

📋 copy color: '#408956'

red 64 ◦ green 137 ◦ blue 86

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

Shades of Amazon #408956

Tints of Amazon #408956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 22.3%
G = 47.74%
B = 29.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#408956 (or 0x408956) is known color: Amazon. HEX triplet: 40, 89 and 56. RGB value is (64,137,86). Sum of RGB (Red+Green+Blue) = 64+137+86=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #408956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408956 is #BF76A9. Grayscale: #6D6D6D. Windows color (decimal): -12547754 or 5671232. OLE color: 5671232.

HSL color Cylindrical-coordinate representation of color #408956: hue angle of 138.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408956 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 86 -
CMYK 0.53 0 0.37 0.46
HSL 138.08º 0.36% 0.39% -
HSV(B) 138.08º 0.53% 0.54% -
XYZ 12.74 19.65 11.93 -
YUV 109.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 64 137 86 0.53 0 0.37 0.46 138.08 0.36 0.39
Hex 40 89 56 35 0 25 2E 8A 24 27
Octal 100 211 126 65 0 45 56 212 44 47
Binary 1000000 10001001 1010110 110101 0 100101 101110 10001010 100100 100111

Color Harmonies of #408956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408956

Black with #408956

Text Example


Text Example

White with #408956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408956; }

 p { color: rgb(64,137,86); }

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

background-color css

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

 a { background-color: rgb(64,137,86); }

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

border-color css

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

 span { border-color: rgb(64,137,86); }

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