Html Css Color HEX #31764C Amazon

📋 copy color: '#31764C'

red 49 ◦ green 118 ◦ blue 76

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

Shades of Amazon #31764C

Tints of Amazon #31764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 20.16%
G = 48.56%
B = 31.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#31764C (or 0x31764C) is known color: Amazon. HEX triplet: 31, 76 and 4C. RGB value is (49,118,76). Sum of RGB (Red+Green+Blue) = 49+118+76=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #31764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31764C is #CE89B3. Grayscale: #5C5C5C. Windows color (decimal): -13535668 or 5010993. OLE color: 5010993.

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

Color convert

RGB 49 118 76 -
CMYK 0.58 0 0.36 0.54
HSL 143.48º 0.41% 0.33% -
HSV(B) 143.48º 0.58% 0.46% -
XYZ 9.05 14.13 9.09 -
YUV 92.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 49 118 76 0.58 0 0.36 0.54 143.48 0.41 0.33
Hex 31 76 4C 3A 0 24 36 8F 29 21
Octal 61 166 114 72 0 44 66 217 51 41
Binary 110001 1110110 1001100 111010 0 100100 110110 10001111 101001 100001

Color Harmonies of #31764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31764C

Black with #31764C

Text Example


Text Example

White with #31764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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