#317852

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

Shades of Amazon #317852

Tints of Amazon #317852

Color information

#317852 (or 0x317852) is unknown color: approx Amazon. HEX triplet: 31, 78 and 52. RGB value is (49,120,82). Sum of RGB (Red+Green+Blue) = 49+120+82=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #317852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317852 is #CE87AD. Grayscale: #5E5E5E. Windows color (decimal): -13535150 or 5404721. OLE color: 5404721.

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

Color convert

RGB4912082-
CMYK0.5900.320.53
HSL147.89º42.01%33.14%-
HSV(B)147.89º59.17%47.06%-
XYZ9.5114.710.32-
YUV94.44120.9895.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=19.52%
G=47.81%
B=32.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120820.5900.320.53147.8942.0133.14
Hex3178523B02035942a21
Octal6117012273040652245241
Binary11000111110001010010111011010000011010110010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317852; }

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

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

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

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

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

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

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

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