#40714F

Color #40714F Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #40714F

Tints of Amazon #40714F

Color information

#40714F (or 0x40714F) is unknown color: approx Amazon. HEX triplet: 40, 71 and 4F. RGB value is (64,113,79). Sum of RGB (Red+Green+Blue) = 64+113+79=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #40714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40714F is #BF8EB0. Grayscale: #5E5E5E. Windows color (decimal): -12553905 or 5206336. OLE color: 5206336.

HSL color Cylindrical-coordinate representation of color #40714F: hue angle of 138.37º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40714F is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB6411379-
CMYK0.4300.300.56
HSL138.37º27.68%34.71%-
HSV(B)138.37º43.36%44.31%-
XYZ9.4313.469.5-
YUV94.47119.27106.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=25%
G=44.14%
B=30.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113790.4300.300.56138.3727.6834.71
Hex40714F2B01E388a1c23
Octal10016111753036702123443
Binary1000000111000110011111010110111101110001000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40714F;
 }
 .AnyTagClassName
 {
   color: #40714F;
 }
</style>
background-color css

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

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

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

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

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

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