Html Css Color HEX #31785C Amazon

📋 copy color: '#31785C'

red 49 ◦ green 120 ◦ blue 92

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

Shades of Amazon #31785C

Tints of Amazon #31785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 18.77%
G = 45.98%
B = 35.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#31785C (or 0x31785C) is known color: Amazon. HEX triplet: 31, 78 and 5C. RGB value is (49,120,92). Sum of RGB (Red+Green+Blue) = 49+120+92=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #31785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31785C is #CE87A3. Grayscale: #5F5F5F. Windows color (decimal): -13535140 or 6060081. OLE color: 6060081.

HSL color Cylindrical-coordinate representation of color #31785C: hue angle of 156.34º 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 #31785C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 92 -
CMYK 0.59 0 0.23 0.53
HSL 156.34º 0.42% 0.33% -
HSV(B) 156.34º 0.59% 0.47% -
XYZ 9.91 14.86 12.47 -
YUV 95.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 49 120 92 0.59 0 0.23 0.53 156.34 0.42 0.33
Hex 31 78 5C 3B 0 17 35 9C 2A 21
Octal 61 170 134 73 0 27 65 234 52 41
Binary 110001 1111000 1011100 111011 0 10111 110101 10011100 101010 100001

Color Harmonies of #31785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31785C

Black with #31785C

Text Example


Text Example

White with #31785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31785C; }

 p { color: rgb(49,120,92); }

 H1.HeaderClassName
 {
   color: #31785C;
 }
 .AnyTagClassName
 {
   color: #31785C;
 }
</style>

background-color css

<style>
 a { background-color: #31785C; }

 a { background-color: rgb(49,120,92); }

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

border-color css

<style>
 span { border-color: #31785C; }

 span { border-color: rgb(49,120,92); }

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