Html Css Color HEX #408856 Amazon

📋 copy color: '#408856'

red 64 ◦ green 136 ◦ blue 86

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

Shades of Amazon #408856

Tints of Amazon #408856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

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

R = 22.38%
G = 47.55%
B = 30.07%

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

#408856 (or 0x408856) is known color: Amazon. HEX triplet: 40, 88 and 56. RGB value is (64,136,86). Sum of RGB (Red+Green+Blue) = 64+136+86=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #408856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408856 is #BF77A9. Grayscale: #6C6C6C. Windows color (decimal): -12548010 or 5670976. OLE color: 5670976.

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

Color convert

RGB 64 136 86 -
CMYK 0.53 0 0.37 0.47
HSL 138.33º 0.36% 0.39% -
HSV(B) 138.33º 0.53% 0.53% -
XYZ 12.6 19.37 11.88 -
YUV 108.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 64 136 86 0.53 0 0.37 0.47 138.33 0.36 0.39
Hex 40 88 56 35 0 25 2F 8A 24 27
Octal 100 210 126 65 0 45 57 212 44 47
Binary 1000000 10001000 1010110 110101 0 100101 101111 10001010 100100 100111

Color Harmonies of #408856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408856

Black with #408856

Text Example


Text Example

White with #408856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408856; }

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

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

background-color css

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

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

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

border-color css

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

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

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