#3F8559

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

Shades of Amazon #3F8559

Tints of Amazon #3F8559

Color information

#3F8559 (or 0x3F8559) is unknown color: approx Amazon. HEX triplet: 3F, 85 and 59. RGB value is (63,133,89). Sum of RGB (Red+Green+Blue) = 63+133+89=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8559 is #C07AA6. Grayscale: #6B6B6B. Windows color (decimal): -12614311 or 5866815. OLE color: 5866815.

HSL color Cylindrical-coordinate representation of color #3F8559: hue angle of 142.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8559 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB6313389-
CMYK0.5300.330.48
HSL142.29º35.71%38.43%-
HSV(B)142.29º52.63%52.16%-
XYZ12.2418.5512.39-
YUV107.05117.8196.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=22.11%
G=46.67%
B=31.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133890.5300.330.48142.2935.7138.43
Hex3F855935021308e2426
Octal7720513165041602164446
Binary111111100001011011001110101010000111000010001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,89); }

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

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

 a { background-color: rgb(63,133,89); }

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

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

 span { border-color: rgb(63,133,89); }

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