#3F7C52

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

Shades of Amazon #3F7C52

Tints of Amazon #3F7C52

Color information

#3F7C52 (or 0x3F7C52) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 52. RGB value is (63,124,82). Sum of RGB (Red+Green+Blue) = 63+124+82=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C52 is #C083AD. Grayscale: #656565. Windows color (decimal): -12616622 or 5405759. OLE color: 5405759.

HSL color Cylindrical-coordinate representation of color #3F7C52: hue angle of 138.69º 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 #3F7C52 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB6312482-
CMYK0.4900.340.51
HSL138.69º32.62%36.67%-
HSV(B)138.69º49.19%48.63%-
XYZ10.7816.0810.52-
YUV100.97117.29100.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=23.42%
G=46.10%
B=30.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124820.4900.340.51138.6932.6236.67
Hex3F7C5231022338b2125
Octal7717412261042632134145
Binary11111111111001010010110001010001011001110001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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