Html Css Color HEX #317147 Amazon

📋 copy color: '#317147'

red 49 ◦ green 113 ◦ blue 71

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

Shades of Amazon #317147

Tints of Amazon #317147

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.5%

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

R = 21.03%
G = 48.5%
B = 30.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#317147 (or 0x317147) is known color: Amazon. HEX triplet: 31, 71 and 47. RGB value is (49,113,71). Sum of RGB (Red+Green+Blue) = 49+113+71=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #317147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317147 is #CE8EB8. Grayscale: #595959. Windows color (decimal): -13536953 or 4682033. OLE color: 4682033.

HSL color Cylindrical-coordinate representation of color #317147: hue angle of 140.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317147 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 71 -
CMYK 0.57 0 0.37 0.56
HSL 140.63º 0.4% 0.32% -
HSV(B) 140.63º 0.57% 0.44% -
XYZ 8.31 12.92 8.02 -
YUV 89.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 49 113 71 0.57 0 0.37 0.56 140.63 0.4 0.32
Hex 31 71 47 39 0 25 38 8D 28 20
Octal 61 161 107 71 0 45 70 215 50 40
Binary 110001 1110001 1000111 111001 0 100101 111000 10001101 101000 100000

Color Harmonies of #317147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317147

Black with #317147

Text Example


Text Example

White with #317147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317147; }

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

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

background-color css

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

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

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

border-color css

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

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

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