Html Css Color HEX #408561 Amazon

📋 copy color: '#408561'

red 64 ◦ green 133 ◦ blue 97

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

Shades of Amazon #408561

Tints of Amazon #408561

RGB

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

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

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

R = 21.77%
G = 45.24%
B = 32.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#408561 (or 0x408561) is known color: Amazon. HEX triplet: 40, 85 and 61. RGB value is (64,133,97). Sum of RGB (Red+Green+Blue) = 64+133+97=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #408561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408561 is #BF7A9E. Grayscale: #6C6C6C. Windows color (decimal): -12548767 or 6391104. OLE color: 6391104.

HSL color Cylindrical-coordinate representation of color #408561: hue angle of 148.7º 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 #408561 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 97 -
CMYK 0.52 0 0.27 0.48
HSL 148.7º 0.35% 0.39% -
HSV(B) 148.7º 0.52% 0.52% -
XYZ 12.66 18.73 14.26 -
YUV 108.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 64 133 97 0.52 0 0.27 0.48 148.7 0.35 0.39
Hex 40 85 61 34 0 1B 30 95 23 27
Octal 100 205 141 64 0 33 60 225 43 47
Binary 1000000 10000101 1100001 110100 0 11011 110000 10010101 100011 100111

Color Harmonies of #408561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408561

Black with #408561

Text Example


Text Example

White with #408561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408561; }

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

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

background-color css

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

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

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

border-color css

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

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

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