Html Css Color HEX #40725A Amazon

📋 copy color: '#40725A'

red 64 ◦ green 114 ◦ blue 90

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

Shades of Amazon #40725A

Tints of Amazon #40725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.54%

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

R = 23.88%
G = 42.54%
B = 33.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#40725A (or 0x40725A) is known color: Amazon. HEX triplet: 40, 72 and 5A. RGB value is (64,114,90). Sum of RGB (Red+Green+Blue) = 64+114+90=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #40725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40725A is #BF8DA5. Grayscale: #606060. Windows color (decimal): -12553638 or 5927488. OLE color: 5927488.

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

Color convert

RGB 64 114 90 -
CMYK 0.44 0 0.21 0.55
HSL 151.2º 0.28% 0.35% -
HSV(B) 151.2º 0.44% 0.45% -
XYZ 9.98 13.86 11.82 -
YUV 96.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 64 114 90 0.44 0 0.21 0.55 151.2 0.28 0.35
Hex 40 72 5A 2C 0 15 37 97 1C 23
Octal 100 162 132 54 0 25 67 227 34 43
Binary 1000000 1110010 1011010 101100 0 10101 110111 10010111 11100 100011

Color Harmonies of #40725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40725A

Black with #40725A

Text Example


Text Example

White with #40725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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