Html Css Color HEX #31765C Amazon

📋 copy color: '#31765C'

red 49 ◦ green 118 ◦ blue 92

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

Shades of Amazon #31765C

Tints of Amazon #31765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

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

R = 18.92%
G = 45.56%
B = 35.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#31765C (or 0x31765C) is known color: Amazon. HEX triplet: 31, 76 and 5C. RGB value is (49,118,92). Sum of RGB (Red+Green+Blue) = 49+118+92=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #31765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31765C is #CE89A3. Grayscale: #5E5E5E. Windows color (decimal): -13535652 or 6059569. OLE color: 6059569.

HSL color Cylindrical-coordinate representation of color #31765C: hue angle of 157.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31765C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 92 -
CMYK 0.58 0 0.22 0.54
HSL 157.39º 0.41% 0.33% -
HSV(B) 157.39º 0.58% 0.46% -
XYZ 9.68 14.38 12.39 -
YUV 94.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 49 118 92 0.58 0 0.22 0.54 157.39 0.41 0.33
Hex 31 76 5C 3A 0 16 36 9D 29 21
Octal 61 166 134 72 0 26 66 235 51 41
Binary 110001 1110110 1011100 111010 0 10110 110110 10011101 101001 100001

Color Harmonies of #31765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31765C

Black with #31765C

Text Example


Text Example

White with #31765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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