#3F785A

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

Shades of Amazon #3F785A

Tints of Amazon #3F785A

Color information

#3F785A (or 0x3F785A) is unknown color: approx Amazon. HEX triplet: 3F, 78 and 5A. RGB value is (63,120,90). Sum of RGB (Red+Green+Blue) = 63+120+90=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #3F785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F785A is #C087A5. Grayscale: #636363. Windows color (decimal): -12617638 or 5929023. OLE color: 5929023.

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

Color convert

RGB6312090-
CMYK0.4800.250.53
HSL148.42º31.15%35.88%-
HSV(B)148.42º47.5%47.06%-
XYZ10.6115.2312.05-
YUV99.54122.62101.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 120 (47.27% from 255) = 43.96%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=23.08%
G=43.96%
B=32.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120900.4800.250.53148.4231.1535.88
Hex3F785A3001935941f24
Octal7717013260031652243744
Binary111111111100010110101100000110011101011001010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,120,90); }

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

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

 a { background-color: rgb(63,120,90); }

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

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

 span { border-color: rgb(63,120,90); }

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