Html Css Color HEX #408760 Amazon

📋 copy color: '#408760'

red 64 ◦ green 135 ◦ blue 96

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

Shades of Amazon #408760

Tints of Amazon #408760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 21.69%
G = 45.76%
B = 32.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#408760 (or 0x408760) is known color: Amazon. HEX triplet: 40, 87 and 60. RGB value is (64,135,96). Sum of RGB (Red+Green+Blue) = 64+135+96=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #408760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408760 is #BF789F. Grayscale: #6D6D6D. Windows color (decimal): -12548256 or 6326080. OLE color: 6326080.

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

Color convert

RGB 64 135 96 -
CMYK 0.53 0 0.29 0.47
HSL 147.04º 0.36% 0.39% -
HSV(B) 147.04º 0.53% 0.53% -
XYZ 12.89 19.26 14.11 -
YUV 109.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 64 135 96 0.53 0 0.29 0.47 147.04 0.36 0.39
Hex 40 87 60 35 0 1D 2F 93 24 27
Octal 100 207 140 65 0 35 57 223 44 47
Binary 1000000 10000111 1100000 110101 0 11101 101111 10010011 100100 100111

Color Harmonies of #408760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408760

Black with #408760

Text Example


Text Example

White with #408760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408760; }

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

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

background-color css

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

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

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

border-color css

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

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

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