#317548

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

Shades of Amazon #317548

Tints of Amazon #317548

Color information

#317548 (or 0x317548) is unknown color: approx Amazon. HEX triplet: 31, 75 and 48. RGB value is (49,117,72). Sum of RGB (Red+Green+Blue) = 49+117+72=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #317548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317548 is #CE8AB7. Grayscale: #5B5B5B. Windows color (decimal): -13535928 or 4748593. OLE color: 4748593.

HSL color Cylindrical-coordinate representation of color #317548: hue angle of 140.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317548 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB4911772-
CMYK0.5800.380.54
HSL140.29º40.96%32.55%-
HSV(B)140.29º58.12%45.88%-
XYZ8.813.848.34-
YUV91.54116.9797.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=20.59%
G=49.16%
B=30.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117720.5800.380.54140.2940.9632.55
Hex3175483A026368c2921
Octal6116511072046662145141
Binary11000111101011001000111010010011011011010001100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317548; }

 p { color: rgb(49,117,72); }

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

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

 a { background-color: rgb(49,117,72); }

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

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

 span { border-color: rgb(49,117,72); }

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