Html Css Color HEX #31744F Amazon

📋 copy color: '#31744F'

red 49 ◦ green 116 ◦ blue 79

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

Shades of Amazon #31744F

Tints of Amazon #31744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 20.08%
G = 47.54%
B = 32.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#31744F (or 0x31744F) is known color: Amazon. HEX triplet: 31, 74 and 4F. RGB value is (49,116,79). Sum of RGB (Red+Green+Blue) = 49+116+79=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #31744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31744F is #CE8BB0. Grayscale: #5B5B5B. Windows color (decimal): -13536177 or 5207089. OLE color: 5207089.

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

Color convert

RGB 49 116 79 -
CMYK 0.58 0 0.32 0.55
HSL 146.87º 0.41% 0.32% -
HSV(B) 146.87º 0.58% 0.45% -
XYZ 8.92 13.71 9.57 -
YUV 91.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 49 116 79 0.58 0 0.32 0.55 146.87 0.41 0.32
Hex 31 74 4F 3A 0 20 37 93 29 20
Octal 61 164 117 72 0 40 67 223 51 40
Binary 110001 1110100 1001111 111010 0 100000 110111 10010011 101001 100000

Color Harmonies of #31744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31744F

Black with #31744F

Text Example


Text Example

White with #31744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31744F; }

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

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

background-color css

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

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

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

border-color css

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

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

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