Html Css Color HEX #408352 Amazon

📋 copy color: '#408352'

red 64 ◦ green 131 ◦ blue 82

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

Shades of Amazon #408352

Tints of Amazon #408352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 23.1%
G = 47.29%
B = 29.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#408352 (or 0x408352) is known color: Amazon. HEX triplet: 40, 83 and 52. RGB value is (64,131,82). Sum of RGB (Red+Green+Blue) = 64+131+82=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #408352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408352 is #BF7CAD. Grayscale: #696969. Windows color (decimal): -12549294 or 5407552. OLE color: 5407552.

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

Color convert

RGB 64 131 82 -
CMYK 0.51 0 0.37 0.49
HSL 136.12º 0.34% 0.38% -
HSV(B) 136.12º 0.51% 0.51% -
XYZ 11.75 17.93 10.82 -
YUV 105.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 64 131 82 0.51 0 0.37 0.49 136.12 0.34 0.38
Hex 40 83 52 33 0 25 31 88 22 26
Octal 100 203 122 63 0 45 61 210 42 46
Binary 1000000 10000011 1010010 110011 0 100101 110001 10001000 100010 100110

Color Harmonies of #408352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408352

Black with #408352

Text Example


Text Example

White with #408352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408352; }

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

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

background-color css

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

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

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

border-color css

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

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

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