#3F7458

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

Shades of Amazon #3F7458

Tints of Amazon #3F7458

Color information

#3F7458 (or 0x3F7458) is unknown color: approx Amazon. HEX triplet: 3F, 74 and 58. RGB value is (63,116,88). Sum of RGB (Red+Green+Blue) = 63+116+88=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7458 is #C08BA7. Grayscale: #616161. Windows color (decimal): -12618664 or 5796927. OLE color: 5796927.

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

Color convert

RGB6311688-
CMYK0.4600.240.55
HSL148.3º29.61%35.1%-
HSV(B)148.3º45.69%45.49%-
XYZ10.0614.2511.45-
YUV96.96122.94103.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=23.60%
G=43.45%
B=32.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63116880.4600.240.55148.329.6135.1
Hex3F74582E01837941e23
Octal7716413056030672243643
Binary111111111010010110001011100110001101111001010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,116,88); }

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

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

 a { background-color: rgb(63,116,88); }

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

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

 span { border-color: rgb(63,116,88); }

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