#3F6F52

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

Shades of Amazon #3F6F52

Tints of Amazon #3F6F52

Color information

#3F6F52 (or 0x3F6F52) is unknown color: approx Amazon. HEX triplet: 3F, 6F and 52. RGB value is (63,111,82). Sum of RGB (Red+Green+Blue) = 63+111+82=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F52 is #C090AD. Grayscale: #5D5D5D. Windows color (decimal): -12619950 or 5402431. OLE color: 5402431.

HSL color Cylindrical-coordinate representation of color #3F6F52: hue angle of 143.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F52 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB6311182-
CMYK0.4300.260.56
HSL143.75º27.59%34.12%-
HSV(B)143.75º43.24%43.53%-
XYZ9.2613.0310.01-
YUV93.34121.6106.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=24.61%
G=43.36%
B=32.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111820.4300.260.56143.7527.5934.12
Hex3F6F522B01A38901c22
Octal7715712253032702203442
Binary111111110111110100101010110110101110001001000011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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