Html Css Color HEX #31795D Amazon

📋 copy color: '#31795D'

red 49 ◦ green 121 ◦ blue 93

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

Shades of Amazon #31795D

Tints of Amazon #31795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.01%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 18.63%
G = 46.01%
B = 35.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#31795D (or 0x31795D) is known color: Amazon. HEX triplet: 31, 79 and 5D. RGB value is (49,121,93). Sum of RGB (Red+Green+Blue) = 49+121+93=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #31795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31795D is #CE86A2. Grayscale: #606060. Windows color (decimal): -13534883 or 6125873. OLE color: 6125873.

HSL color Cylindrical-coordinate representation of color #31795D: hue angle of 156.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31795D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 93 -
CMYK 0.60 0 0.23 0.53
HSL 156.67º 0.42% 0.33% -
HSV(B) 156.67º 0.6% 0.47% -
XYZ 10.08 15.12 12.74 -
YUV 96.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 49 121 93 0.60 0 0.23 0.53 156.67 0.42 0.33
Hex 31 79 5D 3C 0 17 35 9D 2A 21
Octal 61 171 135 74 0 27 65 235 52 41
Binary 110001 1111001 1011101 111100 0 10111 110101 10011101 101010 100001

Color Harmonies of #31795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31795D

Black with #31795D

Text Example


Text Example

White with #31795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31795D; }

 p { color: rgb(49,121,93); }

 H1.HeaderClassName
 {
   color: #31795D;
 }
 .AnyTagClassName
 {
   color: #31795D;
 }
</style>

background-color css

<style>
 a { background-color: #31795D; }

 a { background-color: rgb(49,121,93); }

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

border-color css

<style>
 span { border-color: #31795D; }

 span { border-color: rgb(49,121,93); }

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