Html Css Color HEX #317459 Amazon

📋 copy color: '#317459'

red 49 ◦ green 116 ◦ blue 89

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

Shades of Amazon #317459

Tints of Amazon #317459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 19.29%
G = 45.67%
B = 35.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#317459 (or 0x317459) is known color: Amazon. HEX triplet: 31, 74 and 59. RGB value is (49,116,89). Sum of RGB (Red+Green+Blue) = 49+116+89=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #317459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317459 is #CE8BA6. Grayscale: #5C5C5C. Windows color (decimal): -13536167 or 5862449. OLE color: 5862449.

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

Color convert

RGB 49 116 89 -
CMYK 0.58 0 0.23 0.55
HSL 155.82º 0.41% 0.32% -
HSV(B) 155.82º 0.58% 0.45% -
XYZ 9.32 13.87 11.64 -
YUV 92.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 49 116 89 0.58 0 0.23 0.55 155.82 0.41 0.32
Hex 31 74 59 3A 0 17 37 9C 29 20
Octal 61 164 131 72 0 27 67 234 51 40
Binary 110001 1110100 1011001 111010 0 10111 110111 10011100 101001 100000

Color Harmonies of #317459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317459

Black with #317459

Text Example


Text Example

White with #317459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317459; }

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

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

background-color css

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

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

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

border-color css

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

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

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