#317945

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

Shades of Amazon #317945

Tints of Amazon #317945

Color information

#317945 (or 0x317945) is unknown color: approx Amazon. HEX triplet: 31, 79 and 45. RGB value is (49,121,69). Sum of RGB (Red+Green+Blue) = 49+121+69=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #317945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317945 is #CE86BA. Grayscale: #5D5D5D. Windows color (decimal): -13534907 or 4553009. OLE color: 4553009.

HSL color Cylindrical-coordinate representation of color #317945: hue angle of 136.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 #317945 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB4912169-
CMYK0.6000.430.53
HSL136.67º42.35%33.33%-
HSV(B)136.67º59.5%47.45%-
XYZ9.1814.767.99-
YUV93.54114.1596.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=20.50%
G=50.63%
B=28.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121690.6000.430.53136.6742.3533.33
Hex3179453C02B35892a21
Octal6117110574053652115241
Binary11000111110011000101111100010101111010110001001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317945; }

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

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

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

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

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

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

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

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