#317259

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

Shades of Amazon #317259

Tints of Amazon #317259

Color information

#317259 (or 0x317259) is unknown color: approx Amazon. HEX triplet: 31, 72 and 59. RGB value is (49,114,89). Sum of RGB (Red+Green+Blue) = 49+114+89=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #317259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317259 is #CE8DA6. Grayscale: #5B5B5B. Windows color (decimal): -13536679 or 5861937. OLE color: 5861937.

HSL color Cylindrical-coordinate representation of color #317259: hue angle of 156.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317259 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB4911489-
CMYK0.5700.220.55
HSL156.92º39.88%31.96%-
HSV(B)156.92º57.02%44.71%-
XYZ9.0913.4111.56-
YUV91.71126.4797.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=19.44%
G=45.24%
B=35.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114890.5700.220.55156.9239.8831.96
Hex31725939016379d2820
Octal6116213171026672355040
Binary1100011110010101100111100101011011011110011101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317259; }

 p { color: rgb(49,114,89); }

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

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

 a { background-color: rgb(49,114,89); }

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

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

 span { border-color: rgb(49,114,89); }

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