Html Css Color HEX #316E4B Amazon

📋 copy color: '#316E4B'

red 49 ◦ green 110 ◦ blue 75

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

Shades of Amazon #316E4B

Tints of Amazon #316E4B

RGB

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

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

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

R = 20.94%
G = 47.01%
B = 32.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#316E4B (or 0x316E4B) is known color: Amazon. HEX triplet: 31, 6E and 4B. RGB value is (49,110,75). Sum of RGB (Red+Green+Blue) = 49+110+75=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #316E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E4B is #CE91B4. Grayscale: #575757. Windows color (decimal): -13537717 or 4943409. OLE color: 4943409.

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

Color convert

RGB 49 110 75 -
CMYK 0.55 0 0.32 0.57
HSL 145.57º 0.38% 0.31% -
HSV(B) 145.57º 0.55% 0.43% -
XYZ 8.11 12.31 8.61 -
YUV 87.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 49 110 75 0.55 0 0.32 0.57 145.57 0.38 0.31
Hex 31 6E 4B 37 0 20 39 92 26 1F
Octal 61 156 113 67 0 40 71 222 46 37
Binary 110001 1101110 1001011 110111 0 100000 111001 10010010 100110 11111

Color Harmonies of #316E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E4B

Black with #316E4B

Text Example


Text Example

White with #316E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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