Html Css Color HEX #408656 Amazon

📋 copy color: '#408656'

red 64 ◦ green 134 ◦ blue 86

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

Shades of Amazon #408656

Tints of Amazon #408656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.18%

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

R = 22.54%
G = 47.18%
B = 30.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#408656 (or 0x408656) is known color: Amazon. HEX triplet: 40, 86 and 56. RGB value is (64,134,86). Sum of RGB (Red+Green+Blue) = 64+134+86=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #408656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408656 is #BF79A9. Grayscale: #6B6B6B. Windows color (decimal): -12548522 or 5670464. OLE color: 5670464.

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

Color convert

RGB 64 134 86 -
CMYK 0.52 0 0.36 0.47
HSL 138.86º 0.35% 0.39% -
HSV(B) 138.86º 0.52% 0.53% -
XYZ 12.32 18.81 11.79 -
YUV 107.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 64 134 86 0.52 0 0.36 0.47 138.86 0.35 0.39
Hex 40 86 56 34 0 24 2F 8B 23 27
Octal 100 206 126 64 0 44 57 213 43 47
Binary 1000000 10000110 1010110 110100 0 100100 101111 10001011 100011 100111

Color Harmonies of #408656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408656

Black with #408656

Text Example


Text Example

White with #408656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408656; }

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

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

background-color css

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

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

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

border-color css

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

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

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