#3F855A

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

Shades of Amazon #3F855A

Tints of Amazon #3F855A

Color information

#3F855A (or 0x3F855A) is unknown color: approx Amazon. HEX triplet: 3F, 85 and 5A. RGB value is (63,133,90). Sum of RGB (Red+Green+Blue) = 63+133+90=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #3F855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F855A is #C07AA5. Grayscale: #6B6B6B. Windows color (decimal): -12614310 or 5932351. OLE color: 5932351.

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

Color convert

RGB6313390-
CMYK0.5300.320.48
HSL143.14º35.71%38.43%-
HSV(B)143.14º52.63%52.16%-
XYZ12.2818.5712.61-
YUV107.17118.3196.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=22.03%
G=46.50%
B=31.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133900.5300.320.48143.1435.7138.43
Hex3F855A35020308f2426
Octal7720513265040602174446
Binary111111100001011011010110101010000011000010001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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