#3F7852

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

Shades of Amazon #3F7852

Tints of Amazon #3F7852

Color information

#3F7852 (or 0x3F7852) is unknown color: approx Amazon. HEX triplet: 3F, 78 and 52. RGB value is (63,120,82). Sum of RGB (Red+Green+Blue) = 63+120+82=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7852 is #C087AD. Grayscale: #626262. Windows color (decimal): -12617646 or 5404735. OLE color: 5404735.

HSL color Cylindrical-coordinate representation of color #3F7852: hue angle of 140º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7852 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB6312082-
CMYK0.4800.320.53
HSL140º31.15%35.88%-
HSV(B)140º47.5%47.06%-
XYZ10.2915.110.35-
YUV98.62118.62102.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=23.77%
G=45.28%
B=30.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120820.4800.320.5314031.1535.88
Hex3F785230020358c1f24
Octal7717012260040652143744
Binary1111111111000101001011000001000001101011000110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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