Html Css Color HEX #317557 Amazon

📋 copy color: '#317557'

red 49 ◦ green 117 ◦ blue 87

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

Shades of Amazon #317557

Tints of Amazon #317557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 19.37%
G = 46.25%
B = 34.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#317557 (or 0x317557) is known color: Amazon. HEX triplet: 31, 75 and 57. RGB value is (49,117,87). Sum of RGB (Red+Green+Blue) = 49+117+87=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #317557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317557 is #CE8AA8. Grayscale: #5D5D5D. Windows color (decimal): -13535913 or 5731633. OLE color: 5731633.

HSL color Cylindrical-coordinate representation of color #317557: hue angle of 153.53º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317557 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 87 -
CMYK 0.58 0 0.26 0.54
HSL 153.53º 0.41% 0.33% -
HSV(B) 153.53º 0.58% 0.46% -
XYZ 9.35 14.06 11.24 -
YUV 93.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 49 117 87 0.58 0 0.26 0.54 153.53 0.41 0.33
Hex 31 75 57 3A 0 1A 36 9A 29 21
Octal 61 165 127 72 0 32 66 232 51 41
Binary 110001 1110101 1010111 111010 0 11010 110110 10011010 101001 100001

Color Harmonies of #317557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317557

Black with #317557

Text Example


Text Example

White with #317557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317557; }

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

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

background-color css

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

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

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

border-color css

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

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

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