#31764F

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

Shades of Amazon #31764F

Tints of Amazon #31764F

Color information

#31764F (or 0x31764F) is unknown color: approx 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

RGB4911879-
CMYK0.5800.330.54
HSL146.09º41.32%32.75%-
HSV(B)146.09º58.47%46.27%-
XYZ9.1614.179.65-
YUV92.92120.1496.67-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118790.5800.330.54146.0941.3232.75
Hex31764F3A02136922921
Octal6116611772041662225141
Binary11000111101101001111111010010000111011010010010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>