Html Css Color HEX #408761 Amazon

📋 copy color: '#408761'

red 64 ◦ green 135 ◦ blue 97

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

Shades of Amazon #408761

Tints of Amazon #408761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 21.62%
G = 45.61%
B = 32.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#408761 (or 0x408761) is known color: Amazon. HEX triplet: 40, 87 and 61. RGB value is (64,135,97). Sum of RGB (Red+Green+Blue) = 64+135+97=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #408761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408761 is #BF789E. Grayscale: #6D6D6D. Windows color (decimal): -12548255 or 6391616. OLE color: 6391616.

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

Color convert

RGB 64 135 97 -
CMYK 0.53 0 0.28 0.47
HSL 147.89º 0.36% 0.39% -
HSV(B) 147.89º 0.53% 0.53% -
XYZ 12.94 19.28 14.35 -
YUV 109.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 64 135 97 0.53 0 0.28 0.47 147.89 0.36 0.39
Hex 40 87 61 35 0 1C 2F 94 24 27
Octal 100 207 141 65 0 34 57 224 44 47
Binary 1000000 10000111 1100001 110101 0 11100 101111 10010100 100100 100111

Color Harmonies of #408761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408761

Black with #408761

Text Example


Text Example

White with #408761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408761; }

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

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

background-color css

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

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

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

border-color css

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

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

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