Html Css Color HEX #317447 Amazon

📋 copy color: '#317447'

red 49 ◦ green 116 ◦ blue 71

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

Shades of Amazon #317447

Tints of Amazon #317447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 20.76%
G = 49.15%
B = 30.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#317447 (or 0x317447) is known color: Amazon. HEX triplet: 31, 74 and 47. RGB value is (49,116,71). Sum of RGB (Red+Green+Blue) = 49+116+71=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #317447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317447 is #CE8BB8. Grayscale: #5A5A5A. Windows color (decimal): -13536185 or 4682801. OLE color: 4682801.

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

Color convert

RGB 49 116 71 -
CMYK 0.58 0 0.39 0.55
HSL 139.7º 0.41% 0.32% -
HSV(B) 139.7º 0.58% 0.45% -
XYZ 8.65 13.6 8.13 -
YUV 90.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 49 116 71 0.58 0 0.39 0.55 139.7 0.41 0.32
Hex 31 74 47 3A 0 27 37 8C 29 20
Octal 61 164 107 72 0 47 67 214 51 40
Binary 110001 1110100 1000111 111010 0 100111 110111 10001100 101001 100000

Color Harmonies of #317447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317447

Black with #317447

Text Example


Text Example

White with #317447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317447; }

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

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

background-color css

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

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

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

border-color css

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

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

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