Html Css Color HEX #31765B Amazon

📋 copy color: '#31765B'

red 49 ◦ green 118 ◦ blue 91

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

Shades of Amazon #31765B

Tints of Amazon #31765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 18.99%
G = 45.74%
B = 35.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#31765B (or 0x31765B) is known color: Amazon. HEX triplet: 31, 76 and 5B. RGB value is (49,118,91). Sum of RGB (Red+Green+Blue) = 49+118+91=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #31765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31765B is #CE89A4. Grayscale: #5E5E5E. Windows color (decimal): -13535653 or 5994033. OLE color: 5994033.

HSL color Cylindrical-coordinate representation of color #31765B: hue angle of 156.52º 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 #31765B is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 91 -
CMYK 0.58 0 0.23 0.54
HSL 156.52º 0.41% 0.33% -
HSV(B) 156.52º 0.58% 0.46% -
XYZ 9.63 14.37 12.16 -
YUV 94.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 49 118 91 0.58 0 0.23 0.54 156.52 0.41 0.33
Hex 31 76 5B 3A 0 17 36 9D 29 21
Octal 61 166 133 72 0 27 66 235 51 41
Binary 110001 1110110 1011011 111010 0 10111 110110 10011101 101001 100001

Color Harmonies of #31765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31765B

Black with #31765B

Text Example


Text Example

White with #31765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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