Html Css Color HEX #31764D Amazon

📋 copy color: '#31764D'

red 49 ◦ green 118 ◦ blue 77

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

Shades of Amazon #31764D

Tints of Amazon #31764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 20.08%
G = 48.36%
B = 31.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#31764D (or 0x31764D) is known color: Amazon. HEX triplet: 31, 76 and 4D. RGB value is (49,118,77). Sum of RGB (Red+Green+Blue) = 49+118+77=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #31764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31764D is #CE89B2. Grayscale: #5C5C5C. Windows color (decimal): -13535667 or 5076529. OLE color: 5076529.

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

Color convert

RGB 49 118 77 -
CMYK 0.58 0 0.35 0.54
HSL 144.35º 0.41% 0.33% -
HSV(B) 144.35º 0.58% 0.46% -
XYZ 9.08 14.15 9.27 -
YUV 92.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 49 118 77 0.58 0 0.35 0.54 144.35 0.41 0.33
Hex 31 76 4D 3A 0 23 36 90 29 21
Octal 61 166 115 72 0 43 66 220 51 41
Binary 110001 1110110 1001101 111010 0 100011 110110 10010000 101001 100001

Color Harmonies of #31764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31764D

Black with #31764D

Text Example


Text Example

White with #31764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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