Html Css Color HEX #408556 Amazon

📋 copy color: '#408556'

red 64 ◦ green 133 ◦ blue 86

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

Shades of Amazon #408556

Tints of Amazon #408556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 22.61%
G = 47%
B = 30.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#408556 (or 0x408556) is known color: Amazon. HEX triplet: 40, 85 and 56. RGB value is (64,133,86). Sum of RGB (Red+Green+Blue) = 64+133+86=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #408556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408556 is #BF7AA9. Grayscale: #6B6B6B. Windows color (decimal): -12548778 or 5670208. OLE color: 5670208.

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

Color convert

RGB 64 133 86 -
CMYK 0.52 0 0.35 0.48
HSL 139.13º 0.35% 0.39% -
HSV(B) 139.13º 0.52% 0.52% -
XYZ 12.18 18.54 11.74 -
YUV 107.01 116.14 97.32 -
System Red Green Blue C M Y K H S L
Decimal 64 133 86 0.52 0 0.35 0.48 139.13 0.35 0.39
Hex 40 85 56 34 0 23 30 8B 23 27
Octal 100 205 126 64 0 43 60 213 43 47
Binary 1000000 10000101 1010110 110100 0 100011 110000 10001011 100011 100111

Color Harmonies of #408556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408556

Black with #408556

Text Example


Text Example

White with #408556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408556; }

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

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

background-color css

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

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

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

border-color css

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

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

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