Html Css Color HEX #317E56 Amazon

📋 copy color: '#317E56'

red 49 ◦ green 126 ◦ blue 86

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

Shades of Amazon #317E56

Tints of Amazon #317E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.28%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 18.77%
G = 48.28%
B = 32.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#317E56 (or 0x317E56) is known color: Amazon. HEX triplet: 31, 7E and 56. RGB value is (49,126,86). Sum of RGB (Red+Green+Blue) = 49+126+86=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #317E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E56 is #CE81A9. Grayscale: #626262. Windows color (decimal): -13533610 or 5668401. OLE color: 5668401.

HSL color Cylindrical-coordinate representation of color #317E56: hue angle of 148.83º 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 #317E56 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 86 -
CMYK 0.61 0 0.32 0.51
HSL 148.83º 0.44% 0.34% -
HSV(B) 148.83º 0.61% 0.49% -
XYZ 10.41 16.25 11.39 -
YUV 98.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 49 126 86 0.61 0 0.32 0.51 148.83 0.44 0.34
Hex 31 7E 56 3D 0 20 33 95 2C 22
Octal 61 176 126 75 0 40 63 225 54 42
Binary 110001 1111110 1010110 111101 0 100000 110011 10010101 101100 100010

Color Harmonies of #317E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E56

Black with #317E56

Text Example


Text Example

White with #317E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,126,86); }

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

background-color css

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

 a { background-color: rgb(49,126,86); }

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

border-color css

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

 span { border-color: rgb(49,126,86); }

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