Html Css Color HEX #317D4A Amazon

📋 copy color: '#317D4A'

red 49 ◦ green 125 ◦ blue 74

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

Shades of Amazon #317D4A

Tints of Amazon #317D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.4%

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 19.76%
G = 50.4%
B = 29.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#317D4A (or 0x317D4A) is known color: Amazon. HEX triplet: 31, 7D and 4A. RGB value is (49,125,74). Sum of RGB (Red+Green+Blue) = 49+125+74=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #317D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317D4A is #CE82B5. Grayscale: #606060. Windows color (decimal): -13533878 or 4881713. OLE color: 4881713.

HSL color Cylindrical-coordinate representation of color #317D4A: hue angle of 139.74º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D4A is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 125 74 -
CMYK 0.61 0 0.41 0.51
HSL 139.74º 0.44% 0.34% -
HSV(B) 139.74º 0.61% 0.49% -
XYZ 9.84 15.81 9.01 -
YUV 96.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 49 125 74 0.61 0 0.41 0.51 139.74 0.44 0.34
Hex 31 7D 4A 3D 0 29 33 8C 2C 22
Octal 61 175 112 75 0 51 63 214 54 42
Binary 110001 1111101 1001010 111101 0 101001 110011 10001100 101100 100010

Color Harmonies of #317D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D4A

Black with #317D4A

Text Example


Text Example

White with #317D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,125,74); }

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

background-color css

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

 a { background-color: rgb(49,125,74); }

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

border-color css

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

 span { border-color: rgb(49,125,74); }

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