Html Css Color HEX #316F4A Amazon

📋 copy color: '#316F4A'

red 49 ◦ green 111 ◦ blue 74

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

Shades of Amazon #316F4A

Tints of Amazon #316F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

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

R = 20.94%
G = 47.44%
B = 31.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#316F4A (or 0x316F4A) is known color: Amazon. HEX triplet: 31, 6F and 4A. RGB value is (49,111,74). Sum of RGB (Red+Green+Blue) = 49+111+74=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #316F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F4A is #CE90B5. Grayscale: #585858. Windows color (decimal): -13537462 or 4878129. OLE color: 4878129.

HSL color Cylindrical-coordinate representation of color #316F4A: hue angle of 144.19º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F4A is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 111 74 -
CMYK 0.56 0 0.33 0.56
HSL 144.19º 0.39% 0.31% -
HSV(B) 144.19º 0.56% 0.44% -
XYZ 8.19 12.52 8.46 -
YUV 88.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 49 111 74 0.56 0 0.33 0.56 144.19 0.39 0.31
Hex 31 6F 4A 38 0 21 38 90 27 1F
Octal 61 157 112 70 0 41 70 220 47 37
Binary 110001 1101111 1001010 111000 0 100001 111000 10010000 100111 11111

Color Harmonies of #316F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F4A

Black with #316F4A

Text Example


Text Example

White with #316F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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