Html Css Color HEX #317F49 Amazon

📋 copy color: '#317F49'

red 49 ◦ green 127 ◦ blue 73

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

Shades of Amazon #317F49

Tints of Amazon #317F49

RGB

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

 GREEN value IS 127 (50% from 255) = 51%

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

R = 19.68%
G = 51%
B = 29.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#317F49 (or 0x317F49) is known color: Amazon. HEX triplet: 31, 7F and 49. RGB value is (49,127,73). Sum of RGB (Red+Green+Blue) = 49+127+73=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #317F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F49 is #CE80B6. Grayscale: #616161. Windows color (decimal): -13533367 or 4816689. OLE color: 4816689.

HSL color Cylindrical-coordinate representation of color #317F49: hue angle of 138.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F49 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 127 73 -
CMYK 0.61 0 0.43 0.50
HSL 138.46º 0.44% 0.35% -
HSV(B) 138.46º 0.61% 0.5% -
XYZ 10.06 16.31 8.92 -
YUV 97.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 49 127 73 0.61 0 0.43 0.50 138.46 0.44 0.35
Hex 31 7F 49 3D 0 2B 32 8A 2C 23
Octal 61 177 111 75 0 53 62 212 54 43
Binary 110001 1111111 1001001 111101 0 101011 110010 10001010 101100 100011

Color Harmonies of #317F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317F49

Black with #317F49

Text Example


Text Example

White with #317F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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