#317251

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

Shades of Amazon #317251

Tints of Amazon #317251

Color information

#317251 (or 0x317251) is unknown color: approx Amazon. HEX triplet: 31, 72 and 51. RGB value is (49,114,81). Sum of RGB (Red+Green+Blue) = 49+114+81=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #317251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317251 is #CE8DAE. Grayscale: #5A5A5A. Windows color (decimal): -13536687 or 5337649. OLE color: 5337649.

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

Color convert

RGB4911481-
CMYK0.5700.290.55
HSL149.54º39.88%31.96%-
HSV(B)149.54º57.02%44.71%-
XYZ8.7713.289.89-
YUV90.8122.4798.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=20.08%
G=46.72%
B=33.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114810.5700.290.55149.5439.8831.96
Hex3172513901D37962820
Octal6116212171035672265040
Binary1100011110010101000111100101110111011110010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317251; }

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

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

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

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

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

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

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

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