#3F875D

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

Shades of Amazon #3F875D

Tints of Amazon #3F875D

Color information

#3F875D (or 0x3F875D) is unknown color: approx Amazon. HEX triplet: 3F, 87 and 5D. RGB value is (63,135,93). Sum of RGB (Red+Green+Blue) = 63+135+93=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #3F875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F875D is #C078A2. Grayscale: #6C6C6C. Windows color (decimal): -12613795 or 6129471. OLE color: 6129471.

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

Color convert

RGB6313593-
CMYK0.5300.310.47
HSL145º36.36%38.82%-
HSV(B)145º53.33%52.94%-
XYZ12.6919.1813.39-
YUV108.68119.1595.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=21.65%
G=46.39%
B=31.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135930.5300.310.4714536.3638.82
Hex3F875D3501F2F912427
Octal7720713565037572214447
Binary11111110000111101110111010101111110111110010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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