#3F8761

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

Shades of Amazon #3F8761

Tints of Amazon #3F8761

Color information

#3F8761 (or 0x3F8761) is unknown color: approx Amazon. HEX triplet: 3F, 87 and 61. RGB value is (63,135,97). Sum of RGB (Red+Green+Blue) = 63+135+97=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8761 is #C0789E. Grayscale: #6D6D6D. Windows color (decimal): -12613791 or 6391615. OLE color: 6391615.

HSL color Cylindrical-coordinate representation of color #3F8761: hue angle of 148.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 #3F8761 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB6313597-
CMYK0.5300.280.47
HSL148.33º36.36%38.82%-
HSV(B)148.33º53.33%52.94%-
XYZ12.8719.2514.35-
YUV109.14121.1595.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.36%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=21.36%
G=45.76%
B=32.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135970.5300.280.47148.3336.3638.82
Hex3F87613501C2F942427
Octal7720714165034572244447
Binary11111110000111110000111010101110010111110010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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