Html Css Color HEX #40724F Amazon

📋 copy color: '#40724F'

red 64 ◦ green 114 ◦ blue 79

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

Shades of Amazon #40724F

Tints of Amazon #40724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 24.9%
G = 44.36%
B = 30.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#40724F (or 0x40724F) is known color: Amazon. HEX triplet: 40, 72 and 4F. RGB value is (64,114,79). Sum of RGB (Red+Green+Blue) = 64+114+79=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #40724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40724F is #BF8DB0. Grayscale: #5F5F5F. Windows color (decimal): -12553649 or 5206592. OLE color: 5206592.

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

Color convert

RGB 64 114 79 -
CMYK 0.44 0 0.31 0.55
HSL 138º 0.28% 0.35% -
HSV(B) 138º 0.44% 0.45% -
XYZ 9.54 13.69 9.54 -
YUV 95.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 64 114 79 0.44 0 0.31 0.55 138 0.28 0.35
Hex 40 72 4F 2C 0 1F 37 8A 1C 23
Octal 100 162 117 54 0 37 67 212 34 43
Binary 1000000 1110010 1001111 101100 0 11111 110111 10001010 11100 100011

Color Harmonies of #40724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40724F

Black with #40724F

Text Example


Text Example

White with #40724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40724F; }

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

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

background-color css

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

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

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

border-color css

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

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

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