#3F7550

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

Shades of Amazon #3F7550

Tints of Amazon #3F7550

Color information

#3F7550 (or 0x3F7550) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 50. RGB value is (63,117,80). Sum of RGB (Red+Green+Blue) = 63+117+80=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7550 is #C08AAF. Grayscale: #606060. Windows color (decimal): -12618416 or 5272895. OLE color: 5272895.

HSL color Cylindrical-coordinate representation of color #3F7550: hue angle of 138.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7550 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB6311780-
CMYK0.4600.320.54
HSL138.89º30%35.29%-
HSV(B)138.89º46.15%45.88%-
XYZ9.8614.369.84-
YUV96.64118.61104.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=24.23%
G=45%
B=30.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117800.4600.320.54138.893035.29
Hex3F75502E020368b1e23
Octal7716512056040662133643
Binary1111111110101101000010111001000001101101000101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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