#3F8A55

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

Shades of Amazon #3F8A55

Tints of Amazon #3F8A55

Color information

#3F8A55 (or 0x3F8A55) is unknown color: approx Amazon. HEX triplet: 3F, 8A and 55. RGB value is (63,138,85). Sum of RGB (Red+Green+Blue) = 63+138+85=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A55 is #C075AA. Grayscale: #6D6D6D. Windows color (decimal): -12613035 or 5605951. OLE color: 5605951.

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

Color convert

RGB6313885-
CMYK0.5400.380.46
HSL137.6º37.31%39.41%-
HSV(B)137.6º54.35%54.12%-
XYZ12.7819.8911.76-
YUV109.53114.1594.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.03%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=22.03%
G=48.25%
B=29.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63138850.5400.380.46137.637.3139.41
Hex3F8A55360262E8a2527
Octal7721212566046562124547
Binary111111100010101010101110110010011010111010001010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,85); }

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

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

 a { background-color: rgb(63,138,85); }

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

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

 span { border-color: rgb(63,138,85); }

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