#31764B

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

Shades of Amazon #31764B

Tints of Amazon #31764B

Color information

#31764B (or 0x31764B) is unknown color: approx Amazon. HEX triplet: 31, 76 and 4B. RGB value is (49,118,75). Sum of RGB (Red+Green+Blue) = 49+118+75=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #31764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31764B is #CE89B4. Grayscale: #5C5C5C. Windows color (decimal): -13535669 or 4945457. OLE color: 4945457.

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

Color convert

RGB4911875-
CMYK0.5800.360.54
HSL142.61º41.32%32.75%-
HSV(B)142.61º58.47%46.27%-
XYZ9.0214.128.91-
YUV92.47118.1497-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 118 (46.48% from 255) = 48.76%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=20.25%
G=48.76%
B=30.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118750.5800.360.54142.6141.3232.75
Hex31764B3A024368f2921
Octal6116611372044662175141
Binary11000111101101001011111010010010011011010001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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