#3F8553

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

Shades of Amazon #3F8553

Tints of Amazon #3F8553

Color information

#3F8553 (or 0x3F8553) is unknown color: approx Amazon. HEX triplet: 3F, 85 and 53. RGB value is (63,133,83). Sum of RGB (Red+Green+Blue) = 63+133+83=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8553 is #C07AAC. Grayscale: #6A6A6A. Windows color (decimal): -12614317 or 5473599. OLE color: 5473599.

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

Color convert

RGB6313383-
CMYK0.5300.380.48
HSL137.14º35.71%38.43%-
HSV(B)137.14º52.63%52.16%-
XYZ1218.4611.11-
YUV106.37114.8197.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=22.58%
G=47.67%
B=29.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133830.5300.380.48137.1435.7138.43
Hex3F85533502630892426
Octal7720512365046602114446
Binary111111100001011010011110101010011011000010001001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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