#317543

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

Shades of Amazon #317543

Tints of Amazon #317543

Color information

#317543 (or 0x317543) is unknown color: approx Amazon. HEX triplet: 31, 75 and 43. RGB value is (49,117,67). Sum of RGB (Red+Green+Blue) = 49+117+67=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #317543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317543 is #CE8ABC. Grayscale: #5B5B5B. Windows color (decimal): -13535933 or 4420913. OLE color: 4420913.

HSL color Cylindrical-coordinate representation of color #317543: hue angle of 135.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317543 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB4911767-
CMYK0.5800.430.54
HSL135.88º40.96%32.55%-
HSV(B)135.88º58.12%45.88%-
XYZ8.6413.787.51-
YUV90.97114.4798.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=21.03%
G=50.21%
B=28.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117670.5800.430.54135.8840.9632.55
Hex3175433A02B36882921
Octal6116510372053662105141
Binary11000111101011000011111010010101111011010001000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317543; }

 p { color: rgb(49,117,67); }

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

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

 a { background-color: rgb(49,117,67); }

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

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

 span { border-color: rgb(49,117,67); }

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