#3F775B

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

Shades of Amazon #3F775B

Tints of Amazon #3F775B

Color information

#3F775B (or 0x3F775B) is unknown color: approx Amazon. HEX triplet: 3F, 77 and 5B. RGB value is (63,119,91). Sum of RGB (Red+Green+Blue) = 63+119+91=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3F775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F775B is #C088A4. Grayscale: #636363. Windows color (decimal): -12617893 or 5994303. OLE color: 5994303.

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

Color convert

RGB6311991-
CMYK0.4700.240.53
HSL150º30.77%35.69%-
HSV(B)150º47.06%46.67%-
XYZ10.5415.0112.24-
YUV99.06123.45102.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=23.08%
G=43.59%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119910.4700.240.5315030.7735.69
Hex3F775B2F01835961f24
Octal7716713357030652263744
Binary111111111011110110111011110110001101011001011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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