#317743

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

Shades of Amazon #317743

Tints of Amazon #317743

Color information

#317743 (or 0x317743) is unknown color: approx Amazon. HEX triplet: 31, 77 and 43. RGB value is (49,119,67). Sum of RGB (Red+Green+Blue) = 49+119+67=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #317743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317743 is #CE88BC. Grayscale: #5C5C5C. Windows color (decimal): -13535421 or 4421425. OLE color: 4421425.

HSL color Cylindrical-coordinate representation of color #317743: hue angle of 135.43º 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 #317743 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB4911967-
CMYK0.5900.440.53
HSL135.43º41.67%32.94%-
HSV(B)135.43º58.82%46.67%-
XYZ8.8814.257.59-
YUV92.14113.8197.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=20.85%
G=50.64%
B=28.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119670.5900.440.53135.4341.6732.94
Hex3177433B02C35872a21
Octal6116710373054652075241
Binary11000111101111000011111011010110011010110000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317743; }

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

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

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

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

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

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

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

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