#317145

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

Shades of Amazon #317145

Tints of Amazon #317145

Color information

#317145 (or 0x317145) is unknown color: approx Amazon. HEX triplet: 31, 71 and 45. RGB value is (49,113,69). Sum of RGB (Red+Green+Blue) = 49+113+69=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #317145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317145 is #CE8EBA. Grayscale: #585858. Windows color (decimal): -13536955 or 4550961. OLE color: 4550961.

HSL color Cylindrical-coordinate representation of color #317145: hue angle of 138.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317145 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB4911369-
CMYK0.5700.390.56
HSL138.75º39.51%31.76%-
HSV(B)138.75º56.64%44.31%-
XYZ8.2512.897.68-
YUV88.85116.899.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=21.21%
G=48.92%
B=29.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113690.5700.390.56138.7539.5131.76
Hex31714539027388b2820
Octal6116110571047702135040
Binary11000111100011000101111001010011111100010001011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317145; }

 p { color: rgb(49,113,69); }

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

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

 a { background-color: rgb(49,113,69); }

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

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

 span { border-color: rgb(49,113,69); }

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