#317258

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

Shades of Amazon #317258

Tints of Amazon #317258

Color information

#317258 (or 0x317258) is unknown color: approx Amazon. HEX triplet: 31, 72 and 58. RGB value is (49,114,88). Sum of RGB (Red+Green+Blue) = 49+114+88=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #317258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317258 is #CE8DA7. Grayscale: #5B5B5B. Windows color (decimal): -13536680 or 5796401. OLE color: 5796401.

HSL color Cylindrical-coordinate representation of color #317258: hue angle of 156º 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 #317258 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB4911488-
CMYK0.5700.230.55
HSL156º39.88%31.96%-
HSV(B)156º57.02%44.71%-
XYZ9.0513.3911.34-
YUV91.6125.9797.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=19.52%
G=45.42%
B=35.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114880.5700.230.5515639.8831.96
Hex31725839017379c2820
Octal6116213071027672345040
Binary1100011110010101100011100101011111011110011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317258; }

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

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

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

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

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

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

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

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