#317147

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

Shades of Amazon #317147

Tints of Amazon #317147

Color information

#317147 (or 0x317147) is unknown color: approx Amazon. HEX triplet: 31, 71 and 47. RGB value is (49,113,71). Sum of RGB (Red+Green+Blue) = 49+113+71=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #317147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317147 is #CE8EB8. Grayscale: #595959. Windows color (decimal): -13536953 or 4682033. OLE color: 4682033.

HSL color Cylindrical-coordinate representation of color #317147: hue angle of 140.62º 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 #317147 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB4911371-
CMYK0.5700.370.56
HSL140.62º39.51%31.76%-
HSV(B)140.62º56.64%44.31%-
XYZ8.3112.928.02-
YUV89.08117.899.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=21.03%
G=48.50%
B=30.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113710.5700.370.56140.6239.5131.76
Hex31714739025388d2820
Octal6116110771045702155040
Binary11000111100011000111111001010010111100010001101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317147; }

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

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

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

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

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

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

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

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