#3F8850

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

Shades of Amazon #3F8850

Tints of Amazon #3F8850

Color information

#3F8850 (or 0x3F8850) is unknown color: approx Amazon. HEX triplet: 3F, 88 and 50. RGB value is (63,136,80). Sum of RGB (Red+Green+Blue) = 63+136+80=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8850 is #C077AF. Grayscale: #6B6B6B. Windows color (decimal): -12613552 or 5277759. OLE color: 5277759.

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

Color convert

RGB6313680-
CMYK0.5400.410.47
HSL133.97º36.68%39.02%-
HSV(B)133.97º53.68%53.33%-
XYZ12.319.2410.66-
YUV107.79112.3296.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=22.58%
G=48.75%
B=28.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63136800.5400.410.47133.9736.6839.02
Hex3F8850360292F862527
Octal7721012066051572064547
Binary111111100010001010000110110010100110111110000110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,136,80); }

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

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

 a { background-color: rgb(63,136,80); }

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

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

 span { border-color: rgb(63,136,80); }

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