Html Css Color HEX #408655 Amazon

📋 copy color: '#408655'

red 64 ◦ green 134 ◦ blue 85

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

Shades of Amazon #408655

Tints of Amazon #408655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 22.61%
G = 47.35%
B = 30.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#408655 (or 0x408655) is known color: Amazon. HEX triplet: 40, 86 and 55. RGB value is (64,134,85). Sum of RGB (Red+Green+Blue) = 64+134+85=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #408655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408655 is #BF79AA. Grayscale: #6B6B6B. Windows color (decimal): -12548523 or 5604928. OLE color: 5604928.

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

Color convert

RGB 64 134 85 -
CMYK 0.52 0 0.37 0.47
HSL 138º 0.35% 0.39% -
HSV(B) 138º 0.52% 0.53% -
XYZ 12.28 18.8 11.58 -
YUV 107.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 64 134 85 0.52 0 0.37 0.47 138 0.35 0.39
Hex 40 86 55 34 0 25 2F 8A 23 27
Octal 100 206 125 64 0 45 57 212 43 47
Binary 1000000 10000110 1010101 110100 0 100101 101111 10001010 100011 100111

Color Harmonies of #408655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408655

Black with #408655

Text Example


Text Example

White with #408655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408655; }

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

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

background-color css

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

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

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

border-color css

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

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

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