#317B4C

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

Shades of Amazon #317B4C

Tints of Amazon #317B4C

Color information

#317B4C (or 0x317B4C) is unknown color: approx Amazon. HEX triplet: 31, 7B and 4C. RGB value is (49,123,76). Sum of RGB (Red+Green+Blue) = 49+123+76=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #317B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B4C is #CE84B3. Grayscale: #5F5F5F. Windows color (decimal): -13534388 or 5012273. OLE color: 5012273.

HSL color Cylindrical-coordinate representation of color #317B4C: hue angle of 141.89º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B4C is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB4912376-
CMYK0.6000.380.52
HSL141.89º43.02%33.73%-
HSV(B)141.89º60.16%48.24%-
XYZ9.6515.349.29-
YUV95.52116.9894.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 123 (48.44% from 255) = 49.60%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=19.76%
G=49.60%
B=30.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123760.6000.380.52141.8943.0233.73
Hex317B4C3C026348e2b22
Octal6117311474046642165342
Binary11000111110111001100111100010011011010010001110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317B4C; }

 p { color: rgb(49,123,76); }

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

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

 a { background-color: rgb(49,123,76); }

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

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

 span { border-color: rgb(49,123,76); }

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