Html Css Color HEX #317D57 Amazon

📋 copy color: '#317D57'

red 49 ◦ green 125 ◦ blue 87

#317D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #317D57

Tints of Amazon #317D57

RGB

 RED value IS 49 (19.53% from 255) = 18.77%

 GREEN value IS 125 (49.22% from 255) = 47.89%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 18.77%
G = 47.89%
B = 33.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#317D57 (or 0x317D57) is known color: Amazon. HEX triplet: 31, 7D and 57. RGB value is (49,125,87). Sum of RGB (Red+Green+Blue) = 49+125+87=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #317D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D57 is #CE82A8. Grayscale: #626262. Windows color (decimal): -13533865 or 5733681. OLE color: 5733681.

HSL color Cylindrical-coordinate representation of color #317D57: hue angle of 150º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D57 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 125 87 -
CMYK 0.61 0 0.30 0.51
HSL 150º 0.44% 0.34% -
HSV(B) 150º 0.61% 0.49% -
XYZ 10.32 16.01 11.56 -
YUV 97.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 49 125 87 0.61 0 0.30 0.51 150 0.44 0.34
Hex 31 7D 57 3D 0 1E 33 96 2C 22
Octal 61 175 127 75 0 36 63 226 54 42
Binary 110001 1111101 1010111 111101 0 11110 110011 10010110 101100 100010

Color Harmonies of #317D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D57

Black with #317D57

Text Example


Text Example

White with #317D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,125,87); }

 H1.HeaderClassName
 {
   color: #317D57;
 }
 .AnyTagClassName
 {
   color: #317D57;
 }
</style>

background-color css

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

 a { background-color: rgb(49,125,87); }

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

border-color css

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

 span { border-color: rgb(49,125,87); }

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