#317247

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

Shades of Amazon #317247

Tints of Amazon #317247

Color information

#317247 (or 0x317247) is unknown color: approx Amazon. HEX triplet: 31, 72 and 47. RGB value is (49,114,71). Sum of RGB (Red+Green+Blue) = 49+114+71=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #317247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317247 is #CE8DB8. Grayscale: #595959. Windows color (decimal): -13536697 or 4682289. OLE color: 4682289.

HSL color Cylindrical-coordinate representation of color #317247: hue angle of 140.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317247 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB4911471-
CMYK0.5700.380.55
HSL140.31º39.88%31.96%-
HSV(B)140.31º57.02%44.71%-
XYZ8.4213.148.05-
YUV89.66117.4799-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=20.94%
G=48.72%
B=30.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114710.5700.380.55140.3139.8831.96
Hex31724739026378c2820
Octal6116210771046672145040
Binary11000111100101000111111001010011011011110001100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317247; }

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

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

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

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

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

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

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

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