#317750

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

Shades of Amazon #317750

Tints of Amazon #317750

Color information

#317750 (or 0x317750) is unknown color: approx Amazon. HEX triplet: 31, 77 and 50. RGB value is (49,119,80). Sum of RGB (Red+Green+Blue) = 49+119+80=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #317750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317750 is #CE88AF. Grayscale: #5D5D5D. Windows color (decimal): -13535408 or 5273393. OLE color: 5273393.

HSL color Cylindrical-coordinate representation of color #317750: hue angle of 146.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317750 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB4911980-
CMYK0.5900.330.53
HSL146.57º41.67%32.94%-
HSV(B)146.57º58.82%46.67%-
XYZ9.3114.439.88-
YUV93.62120.3196.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=19.76%
G=47.98%
B=32.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119800.5900.330.53146.5741.6732.94
Hex3177503B02135932a21
Octal6116712073041652235241
Binary11000111101111010000111011010000111010110010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317750; }

 p { color: rgb(49,119,80); }

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

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

 a { background-color: rgb(49,119,80); }

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

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

 span { border-color: rgb(49,119,80); }

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