Html Css Color HEX #317449 Amazon

📋 copy color: '#317449'

red 49 ◦ green 116 ◦ blue 73

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

Shades of Amazon #317449

Tints of Amazon #317449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 20.59%
G = 48.74%
B = 30.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#317449 (or 0x317449) is known color: Amazon. HEX triplet: 31, 74 and 49. RGB value is (49,116,73). Sum of RGB (Red+Green+Blue) = 49+116+73=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #317449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317449 is #CE8BB6. Grayscale: #5B5B5B. Windows color (decimal): -13536183 or 4813873. OLE color: 4813873.

HSL color Cylindrical-coordinate representation of color #317449: hue angle of 141.49º 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 #317449 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 73 -
CMYK 0.58 0 0.37 0.55
HSL 141.49º 0.41% 0.32% -
HSV(B) 141.49º 0.58% 0.45% -
XYZ 8.71 13.62 8.47 -
YUV 91.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 49 116 73 0.58 0 0.37 0.55 141.49 0.41 0.32
Hex 31 74 49 3A 0 25 37 8D 29 20
Octal 61 164 111 72 0 45 67 215 51 40
Binary 110001 1110100 1001001 111010 0 100101 110111 10001101 101001 100000

Color Harmonies of #317449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317449

Black with #317449

Text Example


Text Example

White with #317449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317449; }

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

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

background-color css

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

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

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

border-color css

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

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

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