Html Css Color HEX #40735A Amazon

📋 copy color: '#40735A'

red 64 ◦ green 115 ◦ blue 90

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

Shades of Amazon #40735A

Tints of Amazon #40735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 23.79%
G = 42.75%
B = 33.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#40735A (or 0x40735A) is known color: Amazon. HEX triplet: 40, 73 and 5A. RGB value is (64,115,90). Sum of RGB (Red+Green+Blue) = 64+115+90=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #40735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40735A is #BF8CA5. Grayscale: #606060. Windows color (decimal): -12553382 or 5927744. OLE color: 5927744.

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

Color convert

RGB 64 115 90 -
CMYK 0.44 0 0.22 0.55
HSL 150.59º 0.28% 0.35% -
HSV(B) 150.59º 0.44% 0.45% -
XYZ 10.09 14.09 11.86 -
YUV 96.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 64 115 90 0.44 0 0.22 0.55 150.59 0.28 0.35
Hex 40 73 5A 2C 0 16 37 97 1C 23
Octal 100 163 132 54 0 26 67 227 34 43
Binary 1000000 1110011 1011010 101100 0 10110 110111 10010111 11100 100011

Color Harmonies of #40735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40735A

Black with #40735A

Text Example


Text Example

White with #40735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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