#3F7756

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

Shades of Amazon #3F7756

Tints of Amazon #3F7756

Color information

#3F7756 (or 0x3F7756) is unknown color: approx Amazon. HEX triplet: 3F, 77 and 56. RGB value is (63,119,86). Sum of RGB (Red+Green+Blue) = 63+119+86=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7756 is #C088A9. Grayscale: #626262. Windows color (decimal): -12617898 or 5666623. OLE color: 5666623.

HSL color Cylindrical-coordinate representation of color #3F7756: hue angle of 144.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7756 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB6311986-
CMYK0.4700.280.53
HSL144.64º30.77%35.69%-
HSV(B)144.64º47.06%46.67%-
XYZ10.3314.9211.14-
YUV98.49120.95102.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=23.51%
G=44.40%
B=32.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119860.4700.280.53144.6430.7735.69
Hex3F77562F01C35911f24
Octal7716712657034652213744
Binary111111111011110101101011110111001101011001000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7756; }

 p { color: rgb(63,119,86); }

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

<style>
 a { background-color: #3F7756; }

 a { background-color: rgb(63,119,86); }

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

<style>
 span { border-color: #3F7756; }

 span { border-color: rgb(63,119,86); }

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