#3F8755

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

Shades of Amazon #3F8755

Tints of Amazon #3F8755

Color information

#3F8755 (or 0x3F8755) is unknown color: approx Amazon. HEX triplet: 3F, 87 and 55. RGB value is (63,135,85). Sum of RGB (Red+Green+Blue) = 63+135+85=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8755 is #C078AA. Grayscale: #6B6B6B. Windows color (decimal): -12613803 or 5605183. OLE color: 5605183.

HSL color Cylindrical-coordinate representation of color #3F8755: hue angle of 138.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8755 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB6313585-
CMYK0.5300.370.47
HSL138.33º36.36%38.82%-
HSV(B)138.33º53.33%52.94%-
XYZ12.3519.0411.62-
YUV107.77115.1596.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=22.26%
G=47.70%
B=30.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135850.5300.370.47138.3336.3638.82
Hex3F8755350252F8a2427
Octal7720712565045572124447
Binary111111100001111010101110101010010110111110001010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,135,85); }

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

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

 a { background-color: rgb(63,135,85); }

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

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

 span { border-color: rgb(63,135,85); }

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