Html Css Color HEX #408455 Amazon

📋 copy color: '#408455'

red 64 ◦ green 132 ◦ blue 85

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

Shades of Amazon #408455

Tints of Amazon #408455

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

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

R = 22.78%
G = 46.98%
B = 30.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#408455 (or 0x408455) is known color: Amazon. HEX triplet: 40, 84 and 55. RGB value is (64,132,85). Sum of RGB (Red+Green+Blue) = 64+132+85=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #408455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408455 is #BF7BAA. Grayscale: #6A6A6A. Windows color (decimal): -12549035 or 5604416. OLE color: 5604416.

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

Color convert

RGB 64 132 85 -
CMYK 0.52 0 0.36 0.48
HSL 138.53º 0.35% 0.38% -
HSV(B) 138.53º 0.52% 0.52% -
XYZ 12.01 18.25 11.48 -
YUV 106.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 64 132 85 0.52 0 0.36 0.48 138.53 0.35 0.38
Hex 40 84 55 34 0 24 30 8B 23 26
Octal 100 204 125 64 0 44 60 213 43 46
Binary 1000000 10000100 1010101 110100 0 100100 110000 10001011 100011 100110

Color Harmonies of #408455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408455

Black with #408455

Text Example


Text Example

White with #408455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408455; }

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

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

background-color css

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

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

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

border-color css

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

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

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