Html Css Color HEX #407359 Amazon

📋 copy color: '#407359'

red 64 ◦ green 115 ◦ blue 89

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

Shades of Amazon #407359

Tints of Amazon #407359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 23.88%
G = 42.91%
B = 33.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#407359 (or 0x407359) is known color: Amazon. HEX triplet: 40, 73 and 59. RGB value is (64,115,89). Sum of RGB (Red+Green+Blue) = 64+115+89=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 115 - color contains mainly: green. Hex color #407359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407359 is #BF8CA6. Grayscale: #606060. Windows color (decimal): -12553383 or 5862208. OLE color: 5862208.

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

Color convert

RGB 64 115 89 -
CMYK 0.44 0 0.23 0.55
HSL 149.41º 0.28% 0.35% -
HSV(B) 149.41º 0.44% 0.45% -
XYZ 10.05 14.07 11.64 -
YUV 96.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 64 115 89 0.44 0 0.23 0.55 149.41 0.28 0.35
Hex 40 73 59 2C 0 17 37 95 1C 23
Octal 100 163 131 54 0 27 67 225 34 43
Binary 1000000 1110011 1011001 101100 0 10111 110111 10010101 11100 100011

Color Harmonies of #407359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407359

Black with #407359

Text Example


Text Example

White with #407359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407359; }

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

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

background-color css

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

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

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

border-color css

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

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

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