#316D4C

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

Shades of Amazon #316D4C

Tints of Amazon #316D4C

Color information

#316D4C (or 0x316D4C) is unknown color: approx Amazon. HEX triplet: 31, 6D and 4C. RGB value is (49,109,76). Sum of RGB (Red+Green+Blue) = 49+109+76=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #316D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D4C is #CE92B3. Grayscale: #575757. Windows color (decimal): -13537972 or 5008689. OLE color: 5008689.

HSL color Cylindrical-coordinate representation of color #316D4C: hue angle of 147º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D4C is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB4910976-
CMYK0.5500.300.57
HSL147º37.97%30.98%-
HSV(B)147º55.05%42.75%-
XYZ8.0412.118.75-
YUV87.3121.62100.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=20.94%
G=46.58%
B=32.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49109760.5500.300.5714737.9730.98
Hex316D4C3701E3993261f
Octal6115511467036712234637
Binary110001110110110011001101110111101110011001001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316D4C; }

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

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

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

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

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

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

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

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