Html Css Color HEX #316E4E Amazon

📋 copy color: '#316E4E'

red 49 ◦ green 110 ◦ blue 78

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

Shades of Amazon #316E4E

Tints of Amazon #316E4E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.41%

 BLUE value IS 78 (30.86% from 255) = 32.91%

R = 20.68%
G = 46.41%
B = 32.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#316E4E (or 0x316E4E) is known color: Amazon. HEX triplet: 31, 6E and 4E. RGB value is (49,110,78). Sum of RGB (Red+Green+Blue) = 49+110+78=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #316E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E4E is #CE91B1. Grayscale: #585858. Windows color (decimal): -13537714 or 5140017. OLE color: 5140017.

HSL color Cylindrical-coordinate representation of color #316E4E: hue angle of 148.52º 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 #316E4E is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 110 78 -
CMYK 0.55 0 0.29 0.57
HSL 148.52º 0.38% 0.31% -
HSV(B) 148.52º 0.55% 0.43% -
XYZ 8.22 12.35 9.16 -
YUV 88.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 49 110 78 0.55 0 0.29 0.57 148.52 0.38 0.31
Hex 31 6E 4E 37 0 1D 39 95 26 1F
Octal 61 156 116 67 0 35 71 225 46 37
Binary 110001 1101110 1001110 110111 0 11101 111001 10010101 100110 11111

Color Harmonies of #316E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E4E

Black with #316E4E

Text Example


Text Example

White with #316E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,78); }

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

background-color css

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

 a { background-color: rgb(49,110,78); }

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

border-color css

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

 span { border-color: rgb(49,110,78); }

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