#31714F

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

Shades of Amazon #31714F

Tints of Amazon #31714F

Color information

#31714F (or 0x31714F) is unknown color: approx Amazon. HEX triplet: 31, 71 and 4F. RGB value is (49,113,79). Sum of RGB (Red+Green+Blue) = 49+113+79=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #31714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31714F is #CE8EB0. Grayscale: #5A5A5A. Windows color (decimal): -13536945 or 5206321. OLE color: 5206321.

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

Color convert

RGB4911379-
CMYK0.5700.300.56
HSL148.12º39.51%31.76%-
HSV(B)148.12º56.64%44.31%-
XYZ8.5813.039.46-
YUV89.99121.898.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=20.33%
G=46.89%
B=32.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113790.5700.300.56148.1239.5131.76
Hex31714F3901E38942820
Octal6116111771036702245040
Binary1100011110001100111111100101111011100010010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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