#317951

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

Shades of Amazon #317951

Tints of Amazon #317951

Color information

#317951 (or 0x317951) is unknown color: approx Amazon. HEX triplet: 31, 79 and 51. RGB value is (49,121,81). Sum of RGB (Red+Green+Blue) = 49+121+81=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #317951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317951 is #CE86AE. Grayscale: #5F5F5F. Windows color (decimal): -13534895 or 5339441. OLE color: 5339441.

HSL color Cylindrical-coordinate representation of color #317951: hue angle of 146.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317951 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB4912181-
CMYK0.6000.330.53
HSL146.67º42.35%33.33%-
HSV(B)146.67º59.5%47.45%-
XYZ9.5914.9210.16-
YUV94.91120.1595.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=19.52%
G=48.21%
B=32.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121810.6000.330.53146.6742.3533.33
Hex3179513C02135932a21
Octal6117112174041652235241
Binary11000111110011010001111100010000111010110010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317951; }

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

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

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

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

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

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

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

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