Html Css Color HEX #317351 Amazon

📋 copy color: '#317351'

red 49 ◦ green 115 ◦ blue 81

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

Shades of Amazon #317351

Tints of Amazon #317351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 20%
G = 46.94%
B = 33.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#317351 (or 0x317351) is known color: Amazon. HEX triplet: 31, 73 and 51. RGB value is (49,115,81). Sum of RGB (Red+Green+Blue) = 49+115+81=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #317351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317351 is #CE8CAE. Grayscale: #5B5B5B. Windows color (decimal): -13536431 or 5337905. OLE color: 5337905.

HSL color Cylindrical-coordinate representation of color #317351: hue angle of 149.09º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317351 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 81 -
CMYK 0.57 0 0.30 0.55
HSL 149.09º 0.4% 0.32% -
HSV(B) 149.09º 0.57% 0.45% -
XYZ 8.88 13.51 9.92 -
YUV 91.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 49 115 81 0.57 0 0.30 0.55 149.09 0.4 0.32
Hex 31 73 51 39 0 1E 37 95 28 20
Octal 61 163 121 71 0 36 67 225 50 40
Binary 110001 1110011 1010001 111001 0 11110 110111 10010101 101000 100000

Color Harmonies of #317351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317351

Black with #317351

Text Example


Text Example

White with #317351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317351; }

 p { color: rgb(49,115,81); }

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

background-color css

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

 a { background-color: rgb(49,115,81); }

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

border-color css

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

 span { border-color: rgb(49,115,81); }

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