Html Css Color HEX #31764F Amazon

📋 copy color: '#31764F'

red 49 ◦ green 118 ◦ blue 79

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

Shades of Amazon #31764F

Tints of Amazon #31764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 19.92%
G = 47.97%
B = 32.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#31764F (or 0x31764F) is known color: Amazon. HEX triplet: 31, 76 and 4F. RGB value is (49,118,79). Sum of RGB (Red+Green+Blue) = 49+118+79=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #31764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31764F is #CE89B0. Grayscale: #5D5D5D. Windows color (decimal): -13535665 or 5207601. OLE color: 5207601.

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

Color convert

RGB 49 118 79 -
CMYK 0.58 0 0.33 0.54
HSL 146.09º 0.41% 0.33% -
HSV(B) 146.09º 0.58% 0.46% -
XYZ 9.16 14.17 9.65 -
YUV 92.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 49 118 79 0.58 0 0.33 0.54 146.09 0.41 0.33
Hex 31 76 4F 3A 0 21 36 92 29 21
Octal 61 166 117 72 0 41 66 222 51 41
Binary 110001 1110110 1001111 111010 0 100001 110110 10010010 101001 100001

Color Harmonies of #31764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31764F

Black with #31764F

Text Example


Text Example

White with #31764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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