Html Css Color HEX #407352 Amazon

📋 copy color: '#407352'

red 64 ◦ green 115 ◦ blue 82

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

Shades of Amazon #407352

Tints of Amazon #407352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

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

R = 24.52%
G = 44.06%
B = 31.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#407352 (or 0x407352) is known color: Amazon. HEX triplet: 40, 73 and 52. RGB value is (64,115,82). Sum of RGB (Red+Green+Blue) = 64+115+82=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #407352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407352 is #BF8CAD. Grayscale: #606060. Windows color (decimal): -12553390 or 5403456. OLE color: 5403456.

HSL color Cylindrical-coordinate representation of color #407352: hue angle of 141.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407352 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 82 -
CMYK 0.44 0 0.29 0.55
HSL 141.18º 0.28% 0.35% -
HSV(B) 141.18º 0.44% 0.45% -
XYZ 9.77 13.96 10.16 -
YUV 95.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 64 115 82 0.44 0 0.29 0.55 141.18 0.28 0.35
Hex 40 73 52 2C 0 1D 37 8D 1C 23
Octal 100 163 122 54 0 35 67 215 34 43
Binary 1000000 1110011 1010010 101100 0 11101 110111 10001101 11100 100011

Color Harmonies of #407352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407352

Black with #407352

Text Example


Text Example

White with #407352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407352; }

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

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

background-color css

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

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

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

border-color css

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

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

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