Html Css Color HEX #317759 Amazon

📋 copy color: '#317759'

red 49 ◦ green 119 ◦ blue 89

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

Shades of Amazon #317759

Tints of Amazon #317759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 19.07%
G = 46.3%
B = 34.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#317759 (or 0x317759) is known color: Amazon. HEX triplet: 31, 77 and 59. RGB value is (49,119,89). Sum of RGB (Red+Green+Blue) = 49+119+89=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #317759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317759 is #CE88A6. Grayscale: #5E5E5E. Windows color (decimal): -13535399 or 5863217. OLE color: 5863217.

HSL color Cylindrical-coordinate representation of color #317759: hue angle of 154.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317759 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 89 -
CMYK 0.59 0 0.25 0.53
HSL 154.29º 0.42% 0.33% -
HSV(B) 154.29º 0.59% 0.47% -
XYZ 9.67 14.57 11.75 -
YUV 94.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 49 119 89 0.59 0 0.25 0.53 154.29 0.42 0.33
Hex 31 77 59 3B 0 19 35 9A 2A 21
Octal 61 167 131 73 0 31 65 232 52 41
Binary 110001 1110111 1011001 111011 0 11001 110101 10011010 101010 100001

Color Harmonies of #317759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317759

Black with #317759

Text Example


Text Example

White with #317759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317759; }

 p { color: rgb(49,119,89); }

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

background-color css

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

 a { background-color: rgb(49,119,89); }

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

border-color css

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

 span { border-color: rgb(49,119,89); }

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