#3F8A5A

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

Shades of Amazon #3F8A5A

Tints of Amazon #3F8A5A

Color information

#3F8A5A (or 0x3F8A5A) is unknown color: approx Amazon. HEX triplet: 3F, 8A and 5A. RGB value is (63,138,90). Sum of RGB (Red+Green+Blue) = 63+138+90=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A5A is #C075A5. Grayscale: #6E6E6E. Windows color (decimal): -12613030 or 5933631. OLE color: 5933631.

HSL color Cylindrical-coordinate representation of color #3F8A5A: hue angle of 141.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 #3F8A5A is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB6313890-
CMYK0.5400.350.46
HSL141.6º37.31%39.41%-
HSV(B)141.6º54.35%54.12%-
XYZ12.9819.9712.84-
YUV110.1116.6594.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=21.65%
G=47.42%
B=30.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63138900.5400.350.46141.637.3139.41
Hex3F8A5A360232E8e2527
Octal7721213266043562164547
Binary111111100010101011010110110010001110111010001110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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