#3F7554

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

Shades of Amazon #3F7554

Tints of Amazon #3F7554

Color information

#3F7554 (or 0x3F7554) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 54. RGB value is (63,117,84). Sum of RGB (Red+Green+Blue) = 63+117+84=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7554 is #C08AAB. Grayscale: #616161. Windows color (decimal): -12618412 or 5535039. OLE color: 5535039.

HSL color Cylindrical-coordinate representation of color #3F7554: hue angle of 143.33º 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 #3F7554 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB6311784-
CMYK0.4600.280.54
HSL143.33º30%35.29%-
HSV(B)143.33º46.15%45.88%-
XYZ10.0114.4210.64-
YUV97.09120.61103.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=23.86%
G=44.32%
B=31.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117840.4600.280.54143.333035.29
Hex3F75542E01C368f1e23
Octal7716512456034662173643
Binary111111111010110101001011100111001101101000111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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