#3F855C

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

Shades of Amazon #3F855C

Tints of Amazon #3F855C

Color information

#3F855C (or 0x3F855C) is unknown color: approx Amazon. HEX triplet: 3F, 85 and 5C. RGB value is (63,133,92). Sum of RGB (Red+Green+Blue) = 63+133+92=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #3F855C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F855C is #C07AA3. Grayscale: #6B6B6B. Windows color (decimal): -12614308 or 6063423. OLE color: 6063423.

HSL color Cylindrical-coordinate representation of color #3F855C: hue angle of 144.86º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F855C is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB6313392-
CMYK0.5300.310.48
HSL144.86º35.71%38.43%-
HSV(B)144.86º52.63%52.16%-
XYZ12.3718.613.06-
YUV107.4119.3196.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=21.88%
G=46.18%
B=31.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133920.5300.310.48144.8635.7138.43
Hex3F855C3501F30912426
Octal7720513465037602214446
Binary11111110000101101110011010101111111000010010001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,92); }

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

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

 a { background-color: rgb(63,133,92); }

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

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

 span { border-color: rgb(63,133,92); }

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