Html Css Color HEX #31775D Amazon

📋 copy color: '#31775D'

red 49 ◦ green 119 ◦ blue 93

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

Shades of Amazon #31775D

Tints of Amazon #31775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.59%

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

R = 18.77%
G = 45.59%
B = 35.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#31775D (or 0x31775D) is known color: Amazon. HEX triplet: 31, 77 and 5D. RGB value is (49,119,93). Sum of RGB (Red+Green+Blue) = 49+119+93=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #31775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31775D is #CE88A2. Grayscale: #5F5F5F. Windows color (decimal): -13535395 or 6125361. OLE color: 6125361.

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

Color convert

RGB 49 119 93 -
CMYK 0.59 0 0.22 0.53
HSL 157.71º 0.42% 0.33% -
HSV(B) 157.71º 0.59% 0.47% -
XYZ 9.84 14.64 12.66 -
YUV 95.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 49 119 93 0.59 0 0.22 0.53 157.71 0.42 0.33
Hex 31 77 5D 3B 0 16 35 9E 2A 21
Octal 61 167 135 73 0 26 65 236 52 41
Binary 110001 1110111 1011101 111011 0 10110 110101 10011110 101010 100001

Color Harmonies of #31775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31775D

Black with #31775D

Text Example


Text Example

White with #31775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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