#317554

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

Shades of Amazon #317554

Tints of Amazon #317554

Color information

#317554 (or 0x317554) is unknown color: approx Amazon. HEX triplet: 31, 75 and 54. RGB value is (49,117,84). Sum of RGB (Red+Green+Blue) = 49+117+84=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #317554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317554 is #CE8AAB. Grayscale: #5C5C5C. Windows color (decimal): -13535916 or 5535025. OLE color: 5535025.

HSL color Cylindrical-coordinate representation of color #317554: hue angle of 150.88º 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 #317554 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB4911784-
CMYK0.5800.280.54
HSL150.88º40.96%32.55%-
HSV(B)150.88º58.12%45.88%-
XYZ9.2314.0210.61-
YUV92.91122.9796.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=19.6%
G=46.8%
B=33.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117840.5800.280.54150.8840.9632.55
Hex3175543A01C36972921
Octal6116512472034662275141
Binary1100011110101101010011101001110011011010010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317554; }

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

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

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

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

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

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

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

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