#317054

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

Shades of Amazon #317054

Tints of Amazon #317054

Color information

#317054 (or 0x317054) is unknown color: approx Amazon. HEX triplet: 31, 70 and 54. RGB value is (49,112,84). Sum of RGB (Red+Green+Blue) = 49+112+84=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #317054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317054 is #CE8FAB. Grayscale: #5A5A5A. Windows color (decimal): -13537196 or 5533745. OLE color: 5533745.

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

Color convert

RGB4911284-
CMYK0.5600.250.56
HSL153.33º39.13%31.57%-
HSV(B)153.33º56.25%43.92%-
XYZ8.6612.8810.42-
YUV89.97124.6398.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=20%
G=45.71%
B=34.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112840.5600.250.56153.3339.1331.57
Hex3170543801938992720
Octal6116012470031702314740
Binary1100011110000101010011100001100111100010011001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317054; }

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

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

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

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

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

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

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

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