#31774A

Color #31774A Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #31774A

Tints of Amazon #31774A

Color information

#31774A (or 0x31774A) is unknown color: approx Amazon. HEX triplet: 31, 77 and 4A. RGB value is (49,119,74). Sum of RGB (Red+Green+Blue) = 49+119+74=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #31774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31774A is #CE88B5. Grayscale: #5D5D5D. Windows color (decimal): -13535414 or 4880177. OLE color: 4880177.

HSL color Cylindrical-coordinate representation of color #31774A: hue angle of 141.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31774A is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB4911974-
CMYK0.5900.380.53
HSL141.43º41.67%32.94%-
HSV(B)141.43º58.82%46.67%-
XYZ9.114.348.77-
YUV92.94117.3196.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=20.25%
G=49.17%
B=30.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119740.5900.380.53141.4341.6732.94
Hex31774A3B026358d2a21
Octal6116711273046652155241
Binary11000111101111001010111011010011011010110001101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31774A; }

 p { color: rgb(49,119,74); }

 H1.HeaderClassName
 {
   color: #31774A;
 }
 .AnyTagClassName
 {
   color: #31774A;
 }
</style>
background-color css

<style>
 a { background-color: #31774A; }

 a { background-color: rgb(49,119,74); }

 div.DivClassName
 {
   background-color: #31774A;
 }
 .BgClassName
 {
   background-color: #31774A;
 }
</style>
border-color css

<style>
 span { border-color: #31774A; }

 span { border-color: rgb(49,119,74); }

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