Html Css Color HEX #31775C Amazon

📋 copy color: '#31775C'

red 49 ◦ green 119 ◦ blue 92

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

Shades of Amazon #31775C

Tints of Amazon #31775C

RGB

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

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

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

R = 18.85%
G = 45.77%
B = 35.38%

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

#31775C (or 0x31775C) is known color: Amazon. HEX triplet: 31, 77 and 5C. RGB value is (49,119,92). Sum of RGB (Red+Green+Blue) = 49+119+92=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #31775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31775C is #CE88A3. Grayscale: #5F5F5F. Windows color (decimal): -13535396 or 6059825. OLE color: 6059825.

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

Color convert

RGB 49 119 92 -
CMYK 0.59 0 0.23 0.53
HSL 156.86º 0.42% 0.33% -
HSV(B) 156.86º 0.59% 0.47% -
XYZ 9.8 14.62 12.43 -
YUV 94.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 49 119 92 0.59 0 0.23 0.53 156.86 0.42 0.33
Hex 31 77 5C 3B 0 17 35 9D 2A 21
Octal 61 167 134 73 0 27 65 235 52 41
Binary 110001 1110111 1011100 111011 0 10111 110101 10011101 101010 100001

Color Harmonies of #31775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31775C

Black with #31775C

Text Example


Text Example

White with #31775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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