#3F7C5C

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

Shades of Amazon #3F7C5C

Tints of Amazon #3F7C5C

Color information

#3F7C5C (or 0x3F7C5C) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 5C. RGB value is (63,124,92). Sum of RGB (Red+Green+Blue) = 63+124+92=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C5C is #C083A3. Grayscale: #666666. Windows color (decimal): -12616612 or 6061119. OLE color: 6061119.

HSL color Cylindrical-coordinate representation of color #3F7C5C: hue angle of 148.52º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C5C is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB6312492-
CMYK0.4900.260.51
HSL148.52º32.62%36.67%-
HSV(B)148.52º49.19%48.63%-
XYZ11.1916.2412.67-
YUV102.11122.29100.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=22.58%
G=44.44%
B=32.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124920.4900.260.51148.5232.6236.67
Hex3F7C5C3101A33952125
Octal7717413461032632254145
Binary1111111111100101110011000101101011001110010101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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