Html Css Color HEX #408756 Amazon

📋 copy color: '#408756'

red 64 ◦ green 135 ◦ blue 86

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

Shades of Amazon #408756

Tints of Amazon #408756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

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

R = 22.46%
G = 47.37%
B = 30.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#408756 (or 0x408756) is known color: Amazon. HEX triplet: 40, 87 and 56. RGB value is (64,135,86). Sum of RGB (Red+Green+Blue) = 64+135+86=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #408756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408756 is #BF78A9. Grayscale: #6C6C6C. Windows color (decimal): -12548266 or 5670720. OLE color: 5670720.

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

Color convert

RGB 64 135 86 -
CMYK 0.53 0 0.36 0.47
HSL 138.59º 0.36% 0.39% -
HSV(B) 138.59º 0.53% 0.53% -
XYZ 12.46 19.09 11.83 -
YUV 108.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 64 135 86 0.53 0 0.36 0.47 138.59 0.36 0.39
Hex 40 87 56 35 0 24 2F 8B 24 27
Octal 100 207 126 65 0 44 57 213 44 47
Binary 1000000 10000111 1010110 110101 0 100100 101111 10001011 100100 100111

Color Harmonies of #408756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408756

Black with #408756

Text Example


Text Example

White with #408756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408756; }

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

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

background-color css

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

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

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

border-color css

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

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

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