#3F7755

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

Shades of Amazon #3F7755

Tints of Amazon #3F7755

Color information

#3F7755 (or 0x3F7755) is unknown color: approx Amazon. HEX triplet: 3F, 77 and 55. RGB value is (63,119,85). Sum of RGB (Red+Green+Blue) = 63+119+85=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7755 is #C088AA. Grayscale: #626262. Windows color (decimal): -12617899 or 5601087. OLE color: 5601087.

HSL color Cylindrical-coordinate representation of color #3F7755: hue angle of 143.57º 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 #3F7755 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB6311985-
CMYK0.4700.290.53
HSL143.57º30.77%35.69%-
HSV(B)143.57º47.06%46.67%-
XYZ10.2914.9110.93-
YUV98.38120.45102.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=23.60%
G=44.57%
B=31.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119850.4700.290.53143.5730.7735.69
Hex3F77552F01D35901f24
Octal7716712557035652203744
Binary111111111011110101011011110111011101011001000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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