#3F6C53

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

Shades of Amazon #3F6C53

Tints of Amazon #3F6C53

Color information

#3F6C53 (or 0x3F6C53) is unknown color: approx Amazon. HEX triplet: 3F, 6C and 53. RGB value is (63,108,83). Sum of RGB (Red+Green+Blue) = 63+108+83=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6C53 is #C093AC. Grayscale: #5B5B5B. Windows color (decimal): -12620717 or 5467199. OLE color: 5467199.

HSL color Cylindrical-coordinate representation of color #3F6C53: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6C53 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6310883-
CMYK0.4200.230.58
HSL146.67º26.32%33.53%-
HSV(B)146.67º41.67%42.35%-
XYZ8.9712.4110.11-
YUV91.7123.09107.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=24.80%
G=42.52%
B=32.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108830.4200.230.58146.6726.3233.53
Hex3F6C532A0173A931a22
Octal7715412352027722233242
Binary111111110110010100111010100101111110101001001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,83); }

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

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

 a { background-color: rgb(63,108,83); }

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

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

 span { border-color: rgb(63,108,83); }

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