Html Css Color HEX #316D4B Amazon

📋 copy color: '#316D4B'

red 49 ◦ green 109 ◦ blue 75

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

Shades of Amazon #316D4B

Tints of Amazon #316D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.78%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 21.03%
G = 46.78%
B = 32.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#316D4B (or 0x316D4B) is known color: Amazon. HEX triplet: 31, 6D and 4B. RGB value is (49,109,75). Sum of RGB (Red+Green+Blue) = 49+109+75=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #316D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D4B is #CE92B4. Grayscale: #575757. Windows color (decimal): -13537973 or 4943153. OLE color: 4943153.

HSL color Cylindrical-coordinate representation of color #316D4B: hue angle of 146º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D4B is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 109 75 -
CMYK 0.55 0 0.31 0.57
HSL 146º 0.38% 0.31% -
HSV(B) 146º 0.55% 0.43% -
XYZ 8.01 12.1 8.57 -
YUV 87.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 49 109 75 0.55 0 0.31 0.57 146 0.38 0.31
Hex 31 6D 4B 37 0 1F 39 92 26 1F
Octal 61 155 113 67 0 37 71 222 46 37
Binary 110001 1101101 1001011 110111 0 11111 111001 10010010 100110 11111

Color Harmonies of #316D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D4B

Black with #316D4B

Text Example


Text Example

White with #316D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,75); }

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

background-color css

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

 a { background-color: rgb(49,109,75); }

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

border-color css

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

 span { border-color: rgb(49,109,75); }

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