#317252

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

Shades of Amazon #317252

Tints of Amazon #317252

Color information

#317252 (or 0x317252) is unknown color: approx Amazon. HEX triplet: 31, 72 and 52. RGB value is (49,114,82). Sum of RGB (Red+Green+Blue) = 49+114+82=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #317252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317252 is #CE8DAD. Grayscale: #5A5A5A. Windows color (decimal): -13536686 or 5403185. OLE color: 5403185.

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

Color convert

RGB4911482-
CMYK0.5700.280.55
HSL150.46º39.88%31.96%-
HSV(B)150.46º57.02%44.71%-
XYZ8.8113.310.09-
YUV90.92122.9798.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=20%
G=46.53%
B=33.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114820.5700.280.55150.4639.8831.96
Hex3172523901C37962820
Octal6116212271034672265040
Binary1100011110010101001011100101110011011110010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317252; }

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

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

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

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

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

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

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

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