#3F8158

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

Shades of Amazon #3F8158

Tints of Amazon #3F8158

Color information

#3F8158 (or 0x3F8158) is unknown color: approx Amazon. HEX triplet: 3F, 81 and 58. RGB value is (63,129,88). Sum of RGB (Red+Green+Blue) = 63+129+88=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #3F8158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8158 is #C07EA7. Grayscale: #686868. Windows color (decimal): -12615336 or 5800255. OLE color: 5800255.

HSL color Cylindrical-coordinate representation of color #3F8158: hue angle of 142.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F8158 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB6312988-
CMYK0.5100.320.49
HSL142.73º34.38%37.65%-
HSV(B)142.73º51.16%50.59%-
XYZ11.6617.4611.99-
YUV104.59118.6398.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=22.5%
G=46.07%
B=31.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63129880.5100.320.49142.7334.3837.65
Hex3F815833020318f2226
Octal7720113063040612174246
Binary111111100000011011000110011010000011000110001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,88); }

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

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

 a { background-color: rgb(63,129,88); }

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

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

 span { border-color: rgb(63,129,88); }

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