#317053

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

Shades of Amazon #317053

Tints of Amazon #317053

Color information

#317053 (or 0x317053) is unknown color: approx Amazon. HEX triplet: 31, 70 and 53. RGB value is (49,112,83). Sum of RGB (Red+Green+Blue) = 49+112+83=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #317053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317053 is #CE8FAC. Grayscale: #595959. Windows color (decimal): -13537197 or 5468209. OLE color: 5468209.

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

Color convert

RGB4911283-
CMYK0.5600.260.56
HSL152.38º39.13%31.57%-
HSV(B)152.38º56.25%43.92%-
XYZ8.6212.8710.21-
YUV89.86124.1398.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=20.08%
G=45.90%
B=34.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112830.5600.260.56152.3839.1331.57
Hex3170533801A38982720
Octal6116012370032702304740
Binary1100011110000101001111100001101011100010011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317053; }

 p { color: rgb(49,112,83); }

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

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

 a { background-color: rgb(49,112,83); }

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

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

 span { border-color: rgb(49,112,83); }

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