Html Css Color HEX #408755 Amazon

📋 copy color: '#408755'

red 64 ◦ green 135 ◦ blue 85

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

Shades of Amazon #408755

Tints of Amazon #408755

RGB

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

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

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

R = 22.54%
G = 47.54%
B = 29.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#408755 (or 0x408755) is known color: Amazon. HEX triplet: 40, 87 and 55. RGB value is (64,135,85). Sum of RGB (Red+Green+Blue) = 64+135+85=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #408755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408755 is #BF78AA. Grayscale: #6C6C6C. Windows color (decimal): -12548267 or 5605184. OLE color: 5605184.

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

Color convert

RGB 64 135 85 -
CMYK 0.53 0 0.37 0.47
HSL 137.75º 0.36% 0.39% -
HSV(B) 137.75º 0.53% 0.53% -
XYZ 12.42 19.07 11.62 -
YUV 108.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 64 135 85 0.53 0 0.37 0.47 137.75 0.36 0.39
Hex 40 87 55 35 0 25 2F 8A 24 27
Octal 100 207 125 65 0 45 57 212 44 47
Binary 1000000 10000111 1010101 110101 0 100101 101111 10001010 100100 100111

Color Harmonies of #408755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408755

Black with #408755

Text Example


Text Example

White with #408755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408755; }

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

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

background-color css

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

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

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

border-color css

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

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

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