Html Css Color HEX #408361 Amazon

📋 copy color: '#408361'

red 64 ◦ green 131 ◦ blue 97

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

Shades of Amazon #408361

Tints of Amazon #408361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.86%

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

R = 21.92%
G = 44.86%
B = 33.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#408361 (or 0x408361) is known color: Amazon. HEX triplet: 40, 83 and 61. RGB value is (64,131,97). Sum of RGB (Red+Green+Blue) = 64+131+97=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #408361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408361 is #BF7C9E. Grayscale: #6B6B6B. Windows color (decimal): -12549279 or 6390592. OLE color: 6390592.

HSL color Cylindrical-coordinate representation of color #408361: hue angle of 149.55º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408361 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 97 -
CMYK 0.51 0 0.26 0.49
HSL 149.55º 0.34% 0.38% -
HSV(B) 149.55º 0.51% 0.51% -
XYZ 12.39 18.19 14.17 -
YUV 107.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 64 131 97 0.51 0 0.26 0.49 149.55 0.34 0.38
Hex 40 83 61 33 0 1A 31 96 22 26
Octal 100 203 141 63 0 32 61 226 42 46
Binary 1000000 10000011 1100001 110011 0 11010 110001 10010110 100010 100110

Color Harmonies of #408361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408361

Black with #408361

Text Example


Text Example

White with #408361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408361; }

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

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

background-color css

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

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

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

border-color css

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

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

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