Html Css Color HEX #407355 Amazon

📋 copy color: '#407355'

red 64 ◦ green 115 ◦ blue 85

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

Shades of Amazon #407355

Tints of Amazon #407355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 24.24%
G = 43.56%
B = 32.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#407355 (or 0x407355) is known color: Amazon. HEX triplet: 40, 73 and 55. RGB value is (64,115,85). Sum of RGB (Red+Green+Blue) = 64+115+85=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #407355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407355 is #BF8CAA. Grayscale: #606060. Windows color (decimal): -12553387 or 5600064. OLE color: 5600064.

HSL color Cylindrical-coordinate representation of color #407355: hue angle of 144.71º 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 #407355 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 85 -
CMYK 0.44 0 0.26 0.55
HSL 144.71º 0.28% 0.35% -
HSV(B) 144.71º 0.44% 0.45% -
XYZ 9.88 14.01 10.78 -
YUV 96.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 64 115 85 0.44 0 0.26 0.55 144.71 0.28 0.35
Hex 40 73 55 2C 0 1A 37 91 1C 23
Octal 100 163 125 54 0 32 67 221 34 43
Binary 1000000 1110011 1010101 101100 0 11010 110111 10010001 11100 100011

Color Harmonies of #407355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407355

Black with #407355

Text Example


Text Example

White with #407355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407355; }

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

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

background-color css

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

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

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

border-color css

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

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

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