#3F6B50

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

Shades of Amazon #3F6B50

Tints of Amazon #3F6B50

Color information

#3F6B50 (or 0x3F6B50) is unknown color: approx Amazon. HEX triplet: 3F, 6B and 50. RGB value is (63,107,80). Sum of RGB (Red+Green+Blue) = 63+107+80=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6B50 is #C094AF. Grayscale: #5A5A5A. Windows color (decimal): -12620976 or 5270335. OLE color: 5270335.

HSL color Cylindrical-coordinate representation of color #3F6B50: hue angle of 143.18º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6B50 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB6310780-
CMYK0.4100.250.58
HSL143.18º25.88%33.33%-
HSV(B)143.18º41.12%41.96%-
XYZ8.7612.159.47-
YUV90.77121.92108.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 80 (31.64% from 255) = 32%
R=25.2%
G=42.8%
B=32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63107800.4100.250.58143.1825.8833.33
Hex3F6B50290193A8f1a21
Octal7715312051031722173241
Binary111111110101110100001010010110011110101000111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,107,80); }

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

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

 a { background-color: rgb(63,107,80); }

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

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

 span { border-color: rgb(63,107,80); }

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